rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # |
| 2 | # Potentiostat drivers |
| 3 | # |
| 4 | # When adding new entries keep the list in alphabetical order |
| 5 | |
| 6 | menu "Digital potentiostats" |
| 7 | |
| 8 | config LMP91000 |
| 9 | tristate "Texas Instruments LMP91000 potentiostat driver" |
| 10 | depends on I2C |
| 11 | select REGMAP_I2C |
| 12 | select IIO_BUFFER |
| 13 | select IIO_BUFFER_CB |
| 14 | select IIO_TRIGGERED_BUFFER |
| 15 | help |
| 16 | Say yes here to build support for the Texas Instruments |
| 17 | LMP91000 digital potentiostat chip. |
| 18 | |
| 19 | To compile this driver as a module, choose M here: the |
| 20 | module will be called lmp91000 |
| 21 | |
| 22 | endmenu |