]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/sandbox/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[people/ms/u-boot.git] / arch / sandbox / Kconfig
1 menu "Sandbox architecture"
2 depends on SANDBOX
3
4 config SYS_ARCH
5 default "sandbox"
6
7 config SYS_BOARD
8 default "sandbox"
9
10 config SYS_CONFIG_NAME
11 default "sandbox"
12
13 endmenu