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


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# Analog Front End drivers
      4#
      5# When adding new entries keep the list in alphabetical order
      6
      7menu "Analog Front Ends"
      8
      9config IIO_RESCALE
     10	tristate "IIO rescale"
     11	help
     12	  Say yes here to build support for the IIO rescaling
     13	  that handles voltage dividers, current sense shunts and
     14	  current sense amplifiers.
     15
     16	  To compile this driver as a module, choose M here: the
     17	  module will be called iio-rescale.
     18
     19endmenu