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