]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/nfc/pn544/Kconfig
Merge branch 'for-3.9/drivers' of git://git.kernel.dk/linux-block
[karo-tx-linux.git] / drivers / nfc / pn544 / Kconfig
1 config NFC_PN544
2         tristate "NXP PN544 NFC driver"
3         depends on NFC_HCI
4         select CRC_CCITT
5         default n
6         ---help---
7           NXP PN544 core driver.
8           This is a driver based on the HCI NFC kernel layers and
9           will thus not work with NXP libnfc library.
10
11           To compile this driver as a module, choose m here. The module will
12           be called pn544.
13           Say N if unsure.
14
15 config NFC_PN544_I2C
16         tristate "NFC PN544 i2c support"
17         depends on NFC_PN544 && I2C && NFC_SHDLC
18         ---help---
19           This module adds support for the NXP pn544 i2c interface.
20           Select this if your platform is using the i2c bus.
21
22           If you choose to build a module, it'll be called pn544_i2c.
23           Say N if unsure.