drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
[drm/drm-misc.git] / drivers / iio / potentiostat / Kconfig
blob72501bf1635f8e62de962536191ca083a7be9389
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Potentiostat drivers
5 # When adding new entries keep the list in alphabetical order
7 menu "Digital potentiostats"
9 config LMP91000
10         tristate "Texas Instruments LMP91000 potentiostat driver"
11         depends on I2C
12         select REGMAP_I2C
13         select IIO_BUFFER
14         select IIO_BUFFER_CB
15         select IIO_TRIGGERED_BUFFER
16         help
17           Say yes here to build support for the Texas Instruments
18           LMP91000 digital potentiostat chip.
20           To compile this driver as a module, choose M here: the
21           module will be called lmp91000
23 endmenu