blob: a4f1e42e34818c91eeb2b527c7b547a718454459 [file] [log] [blame]
Ilan Elias6a2968a2011-09-18 11:19:35 +03001config NFC_NCI
Kees Cookf1522182012-10-23 13:04:11 -07002 depends on NFC
3 tristate "NCI protocol support"
Ilan Elias6a2968a2011-09-18 11:19:35 +03004 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).
Frederic Danis8a00a612013-05-29 15:35:02 +020011
12config NFC_NCI_SPI
13 depends on NFC_NCI && SPI
Frederic Danis7427b372013-06-20 11:11:04 +020014 select CRC_CCITT
Frederic Danis8a00a612013-05-29 15:35:02 +020015 bool "NCI over SPI protocol support"
16 default n
17 help
18 NCI (NFC Controller Interface) is a communication protocol between
19 an NFC Controller (NFCC) and a Device Host (DH).
20
21 Say yes if you use an NCI driver that requires SPI link layer.