aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/lm96000/Kconfig
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2017-08-24 23:30:44 +0200
committerNico Huber <nico.h@gmx.de>2019-03-14 18:31:53 +0000
commitffea237038f05823796570554f6a84c1f898d900 (patch)
treec2e03fedcb0039a1950f1881f3e1dfc7ed73b462 /src/drivers/i2c/lm96000/Kconfig
parenta3f643a3c0b350703d2531bb54530b102fe68caf (diff)
drivers/i2c/lm96000: Add new hardware-monitoring IC
LM96000 is the successor of the famous LM85. Change-Id: Ie7df3107bffb7f8e45e71c4c1fbe4eb0a9e3cd03 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/21194 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/drivers/i2c/lm96000/Kconfig')
-rw-r--r--src/drivers/i2c/lm96000/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/drivers/i2c/lm96000/Kconfig b/src/drivers/i2c/lm96000/Kconfig
new file mode 100644
index 0000000000..e08d449ad7
--- /dev/null
+++ b/src/drivers/i2c/lm96000/Kconfig
@@ -0,0 +1,5 @@
+config DRIVERS_I2C_LM96000
+ depends on HAVE_MONOTONIC_TIMER
+ bool
+ help
+ Hardware-monitoring IC LM96000.