summaryrefslogtreecommitdiff
path: root/drivers/w1-eeprom/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/w1-eeprom/Kconfig')
-rw-r--r--drivers/w1-eeprom/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/w1-eeprom/Kconfig b/drivers/w1-eeprom/Kconfig
new file mode 100644
index 0000000000..d5ddc8076a
--- /dev/null
+++ b/drivers/w1-eeprom/Kconfig
@@ -0,0 +1,17 @@
+#
+# EEPROM subsystem configuration
+#
+
+menu "1-wire EEPROM support"
+
+config W1_EEPROM
+ bool "Enable support for EEPROMs on 1wire interface"
+ depends on DM
+ help
+ Support for the EEPROMs connected on 1-wire Dallas protocol interface
+
+if W1_EEPROM
+
+endif
+
+endmenu