From: Eugen Hristev Date: Tue, 18 Sep 2018 07:35:36 +0000 (+0300) Subject: configs: sandbox: add onewire w1 and sandbox eeprom X-Git-Tag: v2018.11-rc1~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=426e0401f9e12037bbe9b9064d3431b78c2bb024;p=platform%2Fkernel%2Fu-boot.git configs: sandbox: add onewire w1 and sandbox eeprom 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 --- diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 0b20968..fb71998 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -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