nvme: fix Kconfig description for BLK_DEV_NVME_SCSI
[linux-2.6-block.git] / net / nfc / Kconfig
CommitLineData
3e256b8f
LRV
1#
2# NFC sybsystem configuration
3#
4
5menuconfig NFC
deccb2a2 6 depends on NET
c204ea09 7 depends on RFKILL || !RFKILL
deccb2a2 8 tristate "NFC subsystem support"
3e256b8f
LRV
9 default n
10 help
11 Say Y here if you want to build support for NFC (Near field
12 communication) devices.
13
14 To compile this support as a module, choose M here: the module will
15 be called nfc.
16
4b10884e
TE
17config NFC_DIGITAL
18 depends on NFC
2c66daec 19 select CRC_CCITT
8c0695e4 20 select CRC_ITU_T
4b10884e
TE
21 tristate "NFC Digital Protocol stack support"
22 default n
23 help
24 Say Y if you want to build NFC digital protocol stack support.
25 This is needed by NFC chipsets whose firmware only implement
26 the NFC analog layer.
27
28 To compile this support as a module, choose M here: the module will
29 be called nfc_digital.
30
6a2968aa 31source "net/nfc/nci/Kconfig"
8b8d2e08 32source "net/nfc/hci/Kconfig"
6a2968aa 33
3e256b8f 34source "drivers/nfc/Kconfig"