# SPDX-License-Identifier: GPL-2.0-only # # Potentiostat drivers # # When adding new entries keep the list in alphabetical order menu "Digital potentiostats" config [31mCONFIG_LMP91000[0m tristate "Texas Instruments LMP91000 potentiostat driver" depends on [31mCONFIG_I2C[0m select [31mCONFIG_REGMAP_I2C[0m select [31mCONFIG_IIO_BUFFER[0m select [31mCONFIG_IIO_BUFFER_CB[0m select [31mCONFIG_IIO_TRIGGERED_BUFFER[0m help Say yes here to build support for the Texas Instruments [31mCONFIG_LMP91000[0m digital potentiostat chip. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called lmp91000 endmenu |