Kconfig 416 字节
Newer Older
1 2 3 4 5
#
# NFC sybsystem configuration
#

menuconfig NFC
K
Kees Cook 已提交
6 7
	depends on NET
	tristate "NFC subsystem support"
8 9 10 11 12 13 14 15
	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.

16
source "net/nfc/nci/Kconfig"
E
Eric Lapuyade 已提交
17
source "net/nfc/hci/Kconfig"
S
Samuel Ortiz 已提交
18
source "net/nfc/llcp/Kconfig"
19

20
source "drivers/nfc/Kconfig"