summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-05 21:41:45 -0700
committerSimon Glass <sjg@chromium.org>2015-02-12 10:35:35 -0700
commitf4aae59fdfc161cbcd3bc628af100d305d739033 (patch)
tree43e6909a9a57c66370fba3738ee12fc90037aef7 /arch/sandbox
parent001646c478429f7ee1e9a4aff667ad9ed3bc4ee4 (diff)
downloadtalos-obmc-uboot-f4aae59fdfc161cbcd3bc628af100d305d739033.tar.gz
talos-obmc-uboot-f4aae59fdfc161cbcd3bc628af100d305d739033.zip
dm: sandbox: Move driver model CONFIGs to Kconfig
Remove driver model CONFIGs from the board config headers and use Kconfig instead. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/Kconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig
index 3057325b47..2098b9c323 100644
--- a/arch/sandbox/Kconfig
+++ b/arch/sandbox/Kconfig
@@ -10,4 +10,28 @@ config SYS_BOARD
config SYS_CONFIG_NAME
default "sandbox"
+config DM
+ default y
+
+config DM_GPIO
+ default y
+
+config DM_SERIAL
+ default y
+
+config DM_CROS_EC
+ default y
+
+config DM_SPI
+ default y
+
+config DM_SPI_FLASH
+ default y
+
+config DM_I2C
+ default y
+
+config DM_TEST
+ default y
+
endmenu
OpenPOWER on IntegriCloud