rxrpc: Fix several cases where a padded len isn't checked in ticket decode
[GitHub/mt8127/android_kernel_alcatel_ttab.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
6a2968aa 17source "net/nfc/nci/Kconfig"
8b8d2e08 18source "net/nfc/hci/Kconfig"
6a2968aa 19
3e256b8f 20source "drivers/nfc/Kconfig"