Merge remote-tracking branch 'spi/fix/setup' into spi-linus
[cascardo/linux.git] / net / nfc / nci / Kconfig
1 config NFC_NCI
2         depends on NFC
3         tristate "NCI protocol support"
4         default n
5         help
6           NCI (NFC Controller Interface) is a communication protocol between
7           an NFC Controller (NFCC) and a Device Host (DH).
8
9           Say Y here to compile NCI support into the kernel or say M to
10           compile it as module (nci).
11
12 config NFC_NCI_SPI
13         depends on NFC_NCI && SPI
14         bool "NCI over SPI protocol support"
15         default n
16         help
17           NCI (NFC Controller Interface) is a communication protocol between
18           an NFC Controller (NFCC) and a Device Host (DH).
19
20           Say yes if you use an NCI driver that requires SPI link layer.