blob: 477a20a820c5cbcf990b8b10da37843568970251 [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 Glassf4aae592015-02-05 21:41:45 -070013config DM
14 default y
15
16config DM_GPIO
17 default y
18
19config DM_SERIAL
20 default y
21
22config DM_CROS_EC
23 default y
24
25config DM_SPI
26 default y
27
28config DM_SPI_FLASH
29 default y
30
31config DM_I2C
32 default y
33
34config DM_TEST
35 default y
36
Simon Glass9569c402015-03-05 12:25:26 -070037config PCI
38 bool "PCI support"
39 help
40 Enable support for PCI (Peripheral Interconnect Bus), a type of bus
41 used on some devices to allow the CPU to communicate with its
42 peripherals.
43
Masahiro Yamadadd840582014-07-30 14:08:14 +090044endmenu