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


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# STMicroelectronics sensors common library
      4#
      5
      6config IIO_ST_SENSORS_I2C
      7	tristate
      8	select REGMAP_I2C
      9
     10config IIO_ST_SENSORS_SPI
     11	tristate
     12	select REGMAP_SPI
     13
     14config IIO_ST_SENSORS_CORE
     15	tristate