cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (780B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2config NFC_NXP_NCI
      3	tristate "NXP-NCI NFC driver"
      4	depends on NFC_NCI
      5	help
      6	  Generic core driver for NXP NCI chips such as the NPC100 (PN547),
      7	  NPC300 (PN548) or PN7150 families.
      8	  This is a driver based on the NCI NFC kernel layers and
      9	  will thus not work with NXP libnfc library.
     10
     11	  To compile this driver as a module, choose m here. The module will
     12	  be called nxp_nci.
     13	  Say N if unsure.
     14
     15config NFC_NXP_NCI_I2C
     16	tristate "NXP-NCI I2C support"
     17	depends on NFC_NXP_NCI && I2C
     18	help
     19	  This module adds support for an I2C interface to the NXP NCI
     20	  chips.
     21	  Select this if your platform is using the I2C bus.
     22
     23	  To compile this driver as a module, choose m here. The module will
     24	  be called nxp_nci_i2c.
     25	  Say N if unsure.