summaryrefslogtreecommitdiff
path: root/drivers/Kconfig
diff options
context:
space:
mode:
authorMaxime Ripard <[email protected]>2018-09-18 10:35:24 +0300
committerTom Rini <[email protected]>2018-09-28 20:22:34 -0400
commitd3e19cf9195e7308c6333bbbbc12f8db8fa2d079 (patch)
tree96c9b9583e2c5f2b59bd142e89f7fb9e73702196 /drivers/Kconfig
parent620300043c95cc695585748ba6ef79da8b8095eb (diff)
w1: Add 1-Wire uclass
We might want to use 1-Wire devices connected on boards such as EEPROMs in U-Boot. Provide a framework to be able to do that. Signed-off-by: Maxime Ripard <[email protected]> [[email protected]: reworked] Signed-off-by: Eugen Hristev <[email protected]>
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 56536c4b191..6f91eac8a91 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -106,6 +106,8 @@ source "drivers/usb/Kconfig"
source "drivers/video/Kconfig"
+source "drivers/w1/Kconfig"
+
source "drivers/watchdog/Kconfig"
config PHYS_TO_BUS