Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # ADC drivers
0004 #
0005 menu "Analog to digital converters"
0006 
0007 config AD7816
0008         tristate "Analog Devices AD7816/7/8 temperature sensor and ADC driver"
0009         depends on SPI
0010         depends on GPIOLIB || COMPILE_TEST
0011         help
0012           Say yes here to build support for Analog Devices AD7816/7/8
0013           temperature sensors and ADC.
0014 
0015           To compile this driver as a module, choose M here: the
0016           module will be called ad7816.
0017 
0018 endmenu