configs: sandbox: add onewire w1 and sandbox eeprom
authorEugen Hristev <eugen.hristev@microchip.com>
Tue, 18 Sep 2018 07:35:36 +0000 (10:35 +0300)
committerTom Rini <trini@konsulko.com>
Sat, 29 Sep 2018 00:22:37 +0000 (20:22 -0400)
To be able to test Dallas onewire protocol and one wire eeproms driver
and subsystem, add in sandbox defconfig the drivers' config.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
configs/sandbox_defconfig

index 0b209686bf9ed8c5572782970e6fb55c1b464680..fb71998235836a527139a81a4258e4b6a5357739 100644 (file)
@@ -192,6 +192,10 @@ CONFIG_CONSOLE_ROTATION=y
 CONFIG_CONSOLE_TRUETYPE=y
 CONFIG_CONSOLE_TRUETYPE_CANTORAONE=y
 CONFIG_VIDEO_SANDBOX_SDL=y
+CONFIG_W1=y
+CONFIG_W1_GPIO=y
+CONFIG_W1_EEPROM=y
+CONFIG_W1_EEPROM_SANDBOX=y
 CONFIG_WDT=y
 CONFIG_WDT_SANDBOX=y
 CONFIG_FS_CBFS=y