summaryrefslogtreecommitdiff
path: root/drivers/Kconfig
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2018-09-18 10:35:27 +0300
committerTom Rini <trini@konsulko.com>2018-09-28 20:22:35 -0400
commitc924ee25aa0e837bf4ae207e9959babe23a372d6 (patch)
tree96f4a40580f9118f6e25a962c2c44c11251128bb /drivers/Kconfig
parente1721ba0e68ebe8ef88e375301b53077d66c0448 (diff)
downloadu-boot-c924ee25aa0e837bf4ae207e9959babe23a372d6.tar.gz
W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMs
We might want to access data stored onto one wire EEPROMs. Create a framework to provide a consistent API. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> [eugen.hristev@microchip.com: reworked patch] Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r--drivers/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig
index 6f91eac8a9..e4396b44c4 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -108,6 +108,8 @@ source "drivers/video/Kconfig"
source "drivers/w1/Kconfig"
+source "drivers/w1-eeprom/Kconfig"
+
source "drivers/watchdog/Kconfig"
config PHYS_TO_BUS