Merge git://git.denx.de/u-boot-mpc85xx
[oweals/u-boot.git] / arch / sandbox / Kconfig
index 3057325b4761c84314dc22206ff5ba0056a2eaae..f7a6e1aef809585095af26644b197ee104faaff2 100644 (file)
@@ -7,7 +7,15 @@ config SYS_ARCH
 config SYS_BOARD
        default "sandbox"
 
-config SYS_CONFIG_NAME
+config SYS_CPU
        default "sandbox"
 
+config SANDBOX_SPL
+       bool "Enable SPL for sandbox"
+       select SUPPORT_SPL
+
+config SYS_CONFIG_NAME
+       default "sandbox_spl" if SANDBOX_SPL
+       default "sandbox" if !SANDBOX_SPL
+
 endmenu