blob: 25e316cf9f533159119b031509cd945c52f5da68 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "Sandbox architecture"
2 depends on SANDBOX
3
4config SYS_ARCH
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "sandbox"
6
7config SYS_BOARD
Masahiro Yamadadd840582014-07-30 14:08:14 +09008 default "sandbox"
9
10config SYS_CONFIG_NAME
Masahiro Yamadadd840582014-07-30 14:08:14 +090011 default "sandbox"
12
Simon Glass9569c402015-03-05 12:25:26 -070013config PCI
14 bool "PCI support"
15 help
16 Enable support for PCI (Peripheral Interconnect Bus), a type of bus
17 used on some devices to allow the CPU to communicate with its
18 peripherals.
19
Simon Glass1fa4bfd2015-10-18 21:17:17 -060020config DM_KEYBOARD
21 default y
22
Masahiro Yamadadd840582014-07-30 14:08:14 +090023endmenu