diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2018-09-18 10:35:36 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-28 20:22:37 -0400 |
commit | 426e0401f9e12037bbe9b9064d3431b78c2bb024 (patch) | |
tree | 2c6383bb8a62c7be53c6ce5d3dd659fb77c4eff3 | |
parent | 81b8e96511610b97eb86de42a76615e73ae78e95 (diff) | |
download | u-boot-426e0401f9e12037bbe9b9064d3431b78c2bb024.tar.gz |
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 <eugen.hristev@microchip.com>
-rw-r--r-- | configs/sandbox_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 0b209686bf..fb71998235 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 |