summaryrefslogtreecommitdiffstats
path: root/drivers/aiodev/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-05-16 09:46:01 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2016-05-18 07:48:13 +0200
commitf7c9c149e5c7cde467ceba3b471b6834972e28a3 (patch)
treef1ea6e7d3dcedee2cbfa2d36e2626e8a6125d099 /drivers/aiodev/Kconfig
parentccebda1d4cc56eacf1663cb6693e43369332d939 (diff)
downloadbarebox-f7c9c149e5c7cde467ceba3b471b6834972e28a3.tar.gz
barebox-f7c9c149e5c7cde467ceba3b471b6834972e28a3.tar.xz
aiodev: Add basic LM75 temperature driver
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/aiodev/Kconfig')
-rw-r--r--drivers/aiodev/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/aiodev/Kconfig b/drivers/aiodev/Kconfig
index 185c44e733..0ecf6f4092 100644
--- a/drivers/aiodev/Kconfig
+++ b/drivers/aiodev/Kconfig
@@ -13,4 +13,10 @@ config IMX_THERMAL
Support for Temperature Monitor (TEMPMON) found on Freescale
i.MX SoCs.
+config LM75
+ tristate "LM75 driver"
+ depends on I2C
+ help
+ Support for LM75 and similar devices
+
endif