blob: d4c1ee0662c57f74e3b7acb35418a2789d2b90ac [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
Simon Glass8797b2c2016-07-04 11:57:54 -060013config SANDBOX_SPL
14 bool "Enable SPL for sandbox"
15 select SUPPORT_SPL
16
Masahiro Yamadadd840582014-07-30 14:08:14 +090017config SYS_CONFIG_NAME
Simon Glass8797b2c2016-07-04 11:57:54 -060018 default "sandbox_spl" if SANDBOX_SPL
19 default "sandbox" if !SANDBOX_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090020
Simon Glass9569c402015-03-05 12:25:26 -070021config 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
Simon Glass1fa4bfd2015-10-18 21:17:17 -060028config DM_KEYBOARD
29 default y
30
Masahiro Yamadadd840582014-07-30 14:08:14 +090031endmenu