Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config NFC_FDP
0003         tristate "Intel FDP NFC driver"
0004         depends on NFC_NCI
0005         select CRC_CCITT
0006         default n
0007         help
0008           Intel Fields Peak NFC controller core driver.
0009           This is a driver based on the NCI NFC kernel layers.
0010 
0011           To compile this driver as a module, choose m here. The module will
0012           be called fdp.
0013           Say N if unsure.
0014 
0015 config NFC_FDP_I2C
0016         tristate "NFC FDP i2c support"
0017         depends on NFC_FDP && I2C
0018         help
0019           This module adds support for the Intel Fields Peak NFC controller
0020           i2c interface.
0021           Select this if your platform is using the i2c bus.
0022 
0023           If you choose to build a module, it'll be called fdp_i2c.
0024           Say N if unsure.