]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/sandbox/Kconfig
drivers/pci/Kconfig: Add PCI
[people/ms/u-boot.git] / arch / sandbox / Kconfig
index 25e316cf9f533159119b031509cd945c52f5da68..f7a6e1aef809585095af26644b197ee104faaff2 100644 (file)
@@ -7,17 +7,15 @@ config SYS_ARCH
 config SYS_BOARD
        default "sandbox"
 
-config SYS_CONFIG_NAME
+config SYS_CPU
        default "sandbox"
 
-config PCI
-       bool "PCI support"
-       help
-         Enable support for PCI (Peripheral Interconnect Bus), a type of bus
-         used on some devices to allow the CPU to communicate with its
-         peripherals.
+config SANDBOX_SPL
+       bool "Enable SPL for sandbox"
+       select SUPPORT_SPL
 
-config DM_KEYBOARD
-       default y
+config SYS_CONFIG_NAME
+       default "sandbox_spl" if SANDBOX_SPL
+       default "sandbox" if !SANDBOX_SPL
 
 endmenu