Kconfig (f9cd49033b349b8be3bb1f01b39eed837853d880) | Kconfig (412fda538f4b1317ecd0fbe6e5bc9124792bea88) |
---|---|
1# 2# Near Field Communication (NFC) devices 3# 4 5menu "Near Field Communication (NFC) devices" 6 depends on NFC 7 8config PN544_NFC --- 5 unchanged lines hidden (view full) --- 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 20config PN544_HCI_NFC 21 tristate "HCI PN544 NFC driver" | 1# 2# Near Field Communication (NFC) devices 3# 4 5menu "Near Field Communication (NFC) devices" 6 depends on NFC 7 8config PN544_NFC --- 5 unchanged lines hidden (view full) --- 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 20config PN544_HCI_NFC 21 tristate "HCI PN544 NFC driver" |
22 depends on I2C && NFC_SHDLC | 22 depends on I2C && NFC_HCI && NFC_SHDLC |
23 select CRC_CCITT 24 default n 25 ---help--- 26 NXP PN544 i2c driver. 27 This is a driver based on the SHDLC and HCI NFC kernel layers and 28 will thus not work with NXP libnfc library. 29 30 To compile this driver as a module, choose m here. The module will --- 24 unchanged lines hidden --- | 23 select CRC_CCITT 24 default n 25 ---help--- 26 NXP PN544 i2c driver. 27 This is a driver based on the SHDLC and HCI NFC kernel layers and 28 will thus not work with NXP libnfc library. 29 30 To compile this driver as a module, choose m here. The module will --- 24 unchanged lines hidden --- |