Files
linux-apfs/net/nfc/Kconfig
T

35 lines
805 B
Plaintext
Raw Normal View History

2011-07-01 19:31:33 -03:00
#
# NFC sybsystem configuration
#
menuconfig NFC
2012-10-23 13:04:09 -07:00
depends on NET
depends on RFKILL || !RFKILL
2012-10-23 13:04:09 -07:00
tristate "NFC subsystem support"
2011-07-01 19:31:33 -03:00
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.
2013-09-19 17:55:25 +02:00
config NFC_DIGITAL
depends on NFC
2013-09-19 17:55:27 +02:00
select CRC_CCITT
2013-09-19 17:55:28 +02:00
select CRC_ITU_T
2013-09-19 17:55:25 +02:00
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.
2011-09-18 11:19:35 +03:00
source "net/nfc/nci/Kconfig"
2012-04-10 19:43:06 +02:00
source "net/nfc/hci/Kconfig"
2011-09-18 11:19:35 +03:00
2011-07-01 19:31:33 -03:00
source "drivers/nfc/Kconfig"