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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Direct Digital Synthesis drivers
      4#
      5menu "Direct Digital Synthesis"
      6
      7config AD9832
      8	tristate "Analog Devices ad9832/5 driver"
      9	depends on SPI
     10	help
     11	  Say yes here to build support for Analog Devices DDS chip
     12	  AD9832 and AD9835, provides direct access via sysfs.
     13
     14	  To compile this driver as a module, choose M here: the
     15	  module will be called ad9832.
     16
     17config AD9834
     18	tristate "Analog Devices AD9833/4/7/8 driver"
     19	depends on SPI
     20	help
     21	  Say yes here to build support for Analog Devices DDS chip
     22	  AD9833, AD9834, AD9837 and AD9838, provides direct access via sysfs.
     23
     24	  To compile this driver as a module, choose M here: the
     25	  module will be called ad9834.
     26
     27endmenu