blob: a8a90cb7a4dd9d14c35cc60b16e6eca4698eb6af [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
Tom Rini0c4b3882016-04-18 13:57:42 -040010config SYS_CPU
11 default "sandbox"
12
Masahiro Yamadadd840582014-07-30 14:08:14 +090013config SYS_CONFIG_NAME
Masahiro Yamadadd840582014-07-30 14:08:14 +090014 default "sandbox"
15
Simon Glass9569c402015-03-05 12:25:26 -070016config 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
Simon Glass1fa4bfd2015-10-18 21:17:17 -060023config DM_KEYBOARD
24 default y
25
Masahiro Yamadadd840582014-07-30 14:08:14 +090026endmenu