]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/sandbox/Kconfig
am335x_evm: Add boot script support to am335x_evm
[karo-tx-uboot.git] / arch / sandbox / Kconfig
1 menu "Sandbox architecture"
2         depends on SANDBOX
3
4 config SYS_ARCH
5         string
6         default "sandbox"
7
8 config SYS_BOARD
9         string
10         default "sandbox"
11
12 config SYS_CONFIG_NAME
13         string
14         default "sandbox"
15
16 endmenu