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 (1084B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2config NFC_S3FWRN5
      3	tristate
      4	select CRYPTO
      5	select CRYPTO_HASH
      6	help
      7	  Core driver for Samsung S3FWRN5 NFC chip. Contains core utilities
      8	  of chip. It's intended to be used by PHYs to avoid duplicating lots
      9	  of common code.
     10
     11config NFC_S3FWRN5_I2C
     12	tristate "Samsung S3FWRN5 I2C support"
     13	depends on NFC_NCI && I2C
     14	select NFC_S3FWRN5
     15	default n
     16	help
     17	  This module adds support for an I2C interface to the S3FWRN5 chip.
     18	  Select this if your platform is using the I2C bus.
     19
     20	  To compile this driver as a module, choose m here. The module will
     21	  be called s3fwrn5_i2c.ko.
     22	  Say N if unsure.
     23
     24config NFC_S3FWRN82_UART
     25        tristate "Samsung S3FWRN82 UART support"
     26        depends on NFC_NCI && SERIAL_DEV_BUS
     27        select NFC_S3FWRN5
     28        help
     29          This module adds support for a UART interface to the S3FWRN82 chip.
     30          Select this if your platform is using the UART bus.
     31
     32          To compile this driver as a module, choose m here. The module will
     33          be called s3fwrn82_uart.ko.
     34          Say N if unsure.