]> git.sur5r.net Git - u-boot/blob - arch/sandbox/Kconfig
i2c: imx: add macros to setup pads for multiple SoC types
[u-boot] / 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