aboutsummaryrefslogtreecommitdiff
path: root/drivers/w1-eeprom/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/w1-eeprom/Kconfig')
-rw-r--r--drivers/w1-eeprom/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/w1-eeprom/Kconfig b/drivers/w1-eeprom/Kconfig
index 20ec549..4b7f3c4 100644
--- a/drivers/w1-eeprom/Kconfig
+++ b/drivers/w1-eeprom/Kconfig
@@ -18,6 +18,12 @@ config W1_EEPROM_DS24XXX
help
Maxim DS24 EEPROMs 1-Wire EEPROM support
+config W1_EEPROM_SANDBOX
+ bool "Enable sandbox onewire EEPROM driver"
+ depends on W1
+ help
+ Sandbox driver for a onewire EEPROM memory
+
endif
endmenu