Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
#
# Potentiostat drivers
#
# When adding new entries keep the list in alphabetical order

menu "Digital potentiostats"

config CONFIG_LMP91000
	tristate "Texas Instruments LMP91000 potentiostat driver"
	depends on CONFIG_I2C
	select CONFIG_REGMAP_I2C
	select CONFIG_IIO_BUFFER
	select CONFIG_IIO_BUFFER_CB
	select CONFIG_IIO_TRIGGERED_BUFFER
	help
	  Say yes here to build support for the Texas Instruments
	  CONFIG_LMP91000 digital potentiostat chip.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called lmp91000

endmenu