]> git.sur5r.net Git - u-boot/blob - arch/sandbox/Kconfig
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
[u-boot] / 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_CPU
11         default "sandbox"
12
13 config SANDBOX_SPL
14         bool "Enable SPL for sandbox"
15         select SUPPORT_SPL
16
17 config SYS_CONFIG_NAME
18         default "sandbox_spl" if SANDBOX_SPL
19         default "sandbox" if !SANDBOX_SPL
20
21 config PCI
22         bool "PCI support"
23         help
24           Enable support for PCI (Peripheral Interconnect Bus), a type of bus
25           used on some devices to allow the CPU to communicate with its
26           peripherals.
27
28 config DM_KEYBOARD
29         default y
30
31 endmenu