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


      1#
      2# IIO over SCMI
      3#
      4# When adding new entries keep the list in alphabetical order
      5
      6menu "IIO SCMI Sensors"
      7
      8config IIO_SCMI
      9	tristate "IIO SCMI"
     10        depends on ARM_SCMI_PROTOCOL
     11        select IIO_BUFFER
     12        select IIO_KFIFO_BUF
     13	help
     14          Say yes here to build support for IIO SCMI Driver.
     15          This provides ARM SCMI Protocol based IIO device.
     16          This driver provides support for accelerometer and gyroscope
     17          sensors available on SCMI based platforms.
     18endmenu