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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Impedance Converter, Network Analyzer drivers
      4#
      5menu "Network Analyzer, Impedance Converters"
      6
      7config AD5933
      8	tristate "Analog Devices AD5933, AD5934 driver"
      9	depends on I2C
     10	select IIO_BUFFER
     11	select IIO_KFIFO_BUF
     12	help
     13	  Say yes here to build support for Analog Devices Impedance Converter,
     14	  Network Analyzer, AD5933/4.
     15
     16	  To compile this driver as a module, choose M here: the
     17	  module will be called ad5933.
     18
     19endmenu