config NFC_NCI depends on NFC tristate "NCI protocol support" default n help NCI (NFC Controller Interface) is a communication protocol between an NFC Controller (NFCC) and a Device Host (DH). Say Y here to compile NCI support into the kernel or say M to compile it as module (nci). config NFC_NCI_SPI depends on NFC_NCI && SPI select CRC_CCITT tristate "NCI over SPI protocol support" default n help NCI (NFC Controller Interface) is a communication protocol between an NFC Controller (NFCC) and a Device Host (DH). Say yes if you use an NCI driver that requires SPI link layer. config NFC_NCI_UART depends on NFC_NCI && TTY tristate "NCI over UART protocol support" default n help Say yes if you use an NCI driver that requires UART link layer. ef='/cgit.cgi/linux/net-next.git/'>net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/xfrm/Kconfig
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2017-02-07 15:37:15 -0800
committerDavid S. Miller <davem@davemloft.net>2017-02-08 14:38:18 -0500
commit97e219b7c1f75b14b29abe28ad53e8709e8d15e5 (patch)
treeffce868c8d15defa68ee441282782f2bacabf80a /net/xfrm/Kconfig
parent40710cf9ad234778eb8b10ef07d922f435005cf7 (diff)
gro_cells: move to net/core/gro_cells.c
We have many gro cells users, so lets move the code to avoid duplication. This creates a CONFIG_GRO_CELLS option. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/xfrm/Kconfig')
-rw-r--r--net/xfrm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/xfrm/Kconfig b/net/xfrm/Kconfig