# # NFC sybsystem configuration # menuconfig NFC depends on NET depends on RFKILL || !RFKILL tristate "NFC subsystem support" default n help Say Y here if you want to build support for NFC (Near field communication) devices. To compile this support as a module, choose M here: the module will be called nfc. config NFC_DIGITAL depends on NFC select CRC_CCITT select CRC_ITU_T tristate "NFC Digital Protocol stack support" default n help Say Y if you want to build NFC digital protocol stack support. This is needed by NFC chipsets whose firmware only implement the NFC analog layer. To compile this support as a module, choose M here: the module will be called nfc_digital. source "net/nfc/nci/Kconfig" source "net/nfc/hci/Kconfig" source "drivers/nfc/Kconfig" /a>
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/rfkill
diff options
context:
space:
mode:
Diffstat (limited to 'net/rfkill')
:20:14 +0100
committerDavid S. Miller <davem@davemloft.net>2017-02-06 11:25:57 -0500
commita8eca326151ee1beac82a4fd86d9edad3a37aaed (patch)
tree78be26268b991ac647680cde9c968d924f912dbd /net/core
parent5c8802f14a0679e970e7b25f809a12c3ae1a873d (diff)
net: remove ndo_neigh_{construct, destroy} from stacked devices
In commit 18bfb924f000 ("net: introduce default neigh_construct/destroy ndo calls for L2 upper devices") we added these ndos to stacked devices such as team and bond, so that calls will be propagated to mlxsw. However, previous commit removed the reliance on these ndos and no new users of these ndos have appeared since above mentioned commit. We can therefore safely remove this dead code. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
-rw-r--r--net/core/dev.c44
1 files changed, 0 insertions, 44 deletions
diff --git a/net/core/dev.c b/net/core/dev.c