blob: f078c9e504de107b19e4fb817d3600550ce8053b [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
Masahiro Yamadadd840582014-07-30 14:08:14 +090020endmenu