mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-08 05:15:40 +07:00
![Matt Ranostay](/assets/img/avatar_default.png)
Add support for the LMP91000 potentiostat which is used for chemical sensing applications. Signed-off-by: Matt Ranostay <matt@ranostay.consulting> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
7 lines
155 B
Makefile
7 lines
155 B
Makefile
#
|
|
# Makefile for industrial I/O potentiostat drivers
|
|
#
|
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
obj-$(CONFIG_LMP91000) += lmp91000.o
|