# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_NFC_FDP[0m tristate "Intel FDP NFC driver" depends on [31mCONFIG_NFC_NCI[0m select [31mCONFIG_CRC_CCITT[0m default n ---help--- Intel Fields Peak [31mCONFIG_NFC[0m controller core driver. This is a driver based on the NCI [31mCONFIG_NFC[0m kernel layers. To compile this driver as a module, choose m here. The module will be called fdp. Say N if unsure. config [31mCONFIG_NFC_FDP_I2C[0m tristate "NFC FDP i2c support" depends on [31mCONFIG_NFC_FDP[0m && [31mCONFIG_I2C[0m ---help--- This module adds support for the Intel Fields Peak [31mCONFIG_NFC[0m controller i2c interface. Select this if your platform is using the i2c bus. If you choose to build a module, it'll be called fdp_i2c. Say N if unsure. |