Kconfig (e80b500370e71b8cd7dd64be4080cee0a3e5068f) | Kconfig (04c9a8eb722ff6ebafd95217bed4faf6193e7e46) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# ADC drivers 4# 5# When adding new entries keep the list in alphabetical order 6 7menu "Analog to digital converters" 8 --- 721 unchanged lines hidden (view full) --- 730 max11608, max11609, max11610, max11611, max11612, max11613, 731 max11614, max11615, max11616, max11617, max11644, max11645, 732 max11646, max11647) Provides direct access via sysfs and buffered 733 data via the iio dev interface. 734 735 To compile this driver as a module, choose M here: the module will be 736 called max1363. 737 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# ADC drivers 4# 5# When adding new entries keep the list in alphabetical order 6 7menu "Analog to digital converters" 8 --- 721 unchanged lines hidden (view full) --- 730 max11608, max11609, max11610, max11611, max11612, max11613, 731 max11614, max11615, max11616, max11617, max11644, max11645, 732 max11646, max11647) Provides direct access via sysfs and buffered 733 data via the iio dev interface. 734 735 To compile this driver as a module, choose M here: the module will be 736 called max1363. 737 |
738config MAX77541_ADC 739 tristate "Analog Devices MAX77541 ADC driver" 740 depends on MFD_MAX77541 741 help 742 This driver controls a Analog Devices MAX77541 ADC 743 via I2C bus. This device has one adc. Say yes here to build 744 support for Analog Devices MAX77541 ADC interface. 745 746 To compile this driver as a module, choose M here: 747 the module will be called max77541-adc. 748 |
|
738config MAX9611 739 tristate "Maxim max9611/max9612 ADC driver" 740 depends on I2C 741 help 742 Say yes here to build support for Maxim max9611/max9612 current sense 743 amplifier with 12-bits ADC interface. 744 745 To compile this driver as a module, choose M here: the module will be --- 678 unchanged lines hidden --- | 749config MAX9611 750 tristate "Maxim max9611/max9612 ADC driver" 751 depends on I2C 752 help 753 Say yes here to build support for Maxim max9611/max9612 current sense 754 amplifier with 12-bits ADC interface. 755 756 To compile this driver as a module, choose M here: the module will be --- 678 unchanged lines hidden --- |