]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/sandbox/Kconfig
sandbox: Add a new sandbox_spl board
[people/ms/u-boot.git] / arch / sandbox / Kconfig
index a8a90cb7a4dd9d14c35cc60b16e6eca4698eb6af..d4c1ee0662c57f74e3b7acb35418a2789d2b90ac 100644 (file)
@@ -10,8 +10,13 @@ config SYS_BOARD
 config SYS_CPU
        default "sandbox"
 
+config SANDBOX_SPL
+       bool "Enable SPL for sandbox"
+       select SUPPORT_SPL
+
 config SYS_CONFIG_NAME
-       default "sandbox"
+       default "sandbox_spl" if SANDBOX_SPL
+       default "sandbox" if !SANDBOX_SPL
 
 config PCI
        bool "PCI support"