]> Pileus Git - ~andy/linux/blob - drivers/nfc/Kconfig
NFC: add nfc subsystem core
[~andy/linux] / drivers / nfc / Kconfig
1 #
2 # Near Field Communication (NFC) devices
3 #
4
5 menu "Near Field Communication (NFC) devices"
6         depends on NFC
7
8 config PN544_NFC
9         tristate "PN544 NFC driver"
10         depends on I2C
11         select CRC_CCITT
12         default n
13         ---help---
14           Say yes if you want PN544 Near Field Communication driver.
15           This is for i2c connected version. If unsure, say N here.
16
17           To compile this driver as a module, choose m here. The module will
18           be called pn544.
19
20 endmenu