xref: /openbmc/linux/drivers/iio/potentiostat/Kconfig (revision 58e16d792a6a8c6b750f637a4649967fcac853dc)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
267e17300SMatt Ranostay#
367e17300SMatt Ranostay# Potentiostat drivers
467e17300SMatt Ranostay#
567e17300SMatt Ranostay# When adding new entries keep the list in alphabetical order
667e17300SMatt Ranostay
767e17300SMatt Ranostaymenu "Digital potentiostats"
867e17300SMatt Ranostay
967e17300SMatt Ranostayconfig LMP91000
1067e17300SMatt Ranostay	tristate "Texas Instruments LMP91000 potentiostat driver"
1167e17300SMatt Ranostay	depends on I2C
1267e17300SMatt Ranostay	select REGMAP_I2C
1367e17300SMatt Ranostay	select IIO_BUFFER
1467e17300SMatt Ranostay	select IIO_BUFFER_CB
1567e17300SMatt Ranostay	select IIO_TRIGGERED_BUFFER
1667e17300SMatt Ranostay	help
1767e17300SMatt Ranostay	  Say yes here to build support for the Texas Instruments
1867e17300SMatt Ranostay	  LMP91000 digital potentiostat chip.
1967e17300SMatt Ranostay
2067e17300SMatt Ranostay	  To compile this driver as a module, choose M here: the
2167e17300SMatt Ranostay	  module will be called lmp91000
2267e17300SMatt Ranostay
2367e17300SMatt Ranostayendmenu
24