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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# CDC drivers
      4#
      5menu "Capacitance to digital converters"
      6
      7config AD7746
      8	tristate "Analog Devices AD7745, AD7746 AD7747 capacitive sensor driver"
      9	depends on I2C
     10	help
     11	  Say yes here to build support for Analog Devices capacitive sensors.
     12	  (AD7745, AD7746, AD7747) Provides direct access via sysfs.
     13
     14	  To compile this driver as a module, choose M here: the
     15	  module will be called ad7746.
     16
     17endmenu