]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/sandbox/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / arch / sandbox / Kconfig
CommitLineData
dd84058d
MY
1menu "Sandbox architecture"
2 depends on SANDBOX
3
4config SYS_ARCH
5 string
6 default "sandbox"
7
8config SYS_BOARD
9 string
10 default "sandbox"
11
12config SYS_CONFIG_NAME
13 string
14 default "sandbox"
15
16endmenu