Merge branch 'master' of git://git.denx.de/u-boot-video
[oweals/u-boot.git] / drivers / w1-eeprom / Kconfig
index 20ec5498b4dd94c180d1e4511f6b792ebd93991a..4b7f3c4e0b84f29e0f61a9158a28b2f422fbc38f 100644 (file)
@@ -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