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