]> git.sur5r.net Git - u-boot/blob - arch/sandbox/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
[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 SYS_CONFIG_NAME
14         default "sandbox"
15
16 config PCI
17         bool "PCI support"
18         help
19           Enable support for PCI (Peripheral Interconnect Bus), a type of bus
20           used on some devices to allow the CPU to communicate with its
21           peripherals.
22
23 config DM_KEYBOARD
24         default y
25
26 endmenu