mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
14 lines
173 B
Text
14 lines
173 B
Text
|
menu "Sandbox architecture"
|
||
|
depends on SANDBOX
|
||
|
|
||
|
config SYS_ARCH
|
||
|
default "sandbox"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "sandbox"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "sandbox"
|
||
|
|
||
|
endmenu
|