btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
[linux/fpc-iii.git] / net / nfc / nci / Kconfig
bloba4f1e42e34818c91eeb2b527c7b547a718454459
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).
9           Say Y here to compile NCI support into the kernel or say M to
10           compile it as module (nci).
12 config NFC_NCI_SPI
13         depends on NFC_NCI && SPI
14         select CRC_CCITT
15         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).
21           Say yes if you use an NCI driver that requires SPI link layer.