xref: /rk3399_rockchip-uboot/arch/sandbox/Kconfig (revision 2a792753d6a1fe8f2310928ebd5534e4d87a8030)
1menu "Sandbox architecture"
2	depends on SANDBOX
3
4config SYS_ARCH
5	default "sandbox"
6
7config SYS_BOARD
8	default "sandbox"
9
10config SYS_CPU
11	default "sandbox"
12
13config SANDBOX_SPL
14	bool "Enable SPL for sandbox"
15	select SUPPORT_SPL
16
17config SYS_CONFIG_NAME
18	default "sandbox_spl" if SANDBOX_SPL
19	default "sandbox" if !SANDBOX_SPL
20
21endmenu
22