1# SPDX-License-Identifier: GPL-2.0-only 2config NFC_FDP 3 tristate "Intel FDP NFC driver" 4 depends on NFC_NCI 5 select CRC_CCITT 6 default n 7 help 8 Intel Fields Peak NFC controller core driver. 9 This is a driver based on the NCI NFC kernel layers. 10 11 To compile this driver as a module, choose m here. The module will 12 be called fdp. 13 Say N if unsure. 14 15config NFC_FDP_I2C 16 tristate "NFC FDP i2c support" 17 depends on NFC_FDP && I2C 18 help 19 This module adds support for the Intel Fields Peak NFC controller 20 i2c interface. 21 Select this if your platform is using the i2c bus. 22 23 If you choose to build a module, it'll be called fdp_i2c. 24 Say N if unsure. 25