blob: 8aac96f8d92a57f93300d156345c3a29bea11a52 [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_TEST
14 default y
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
Joe Hershberger3ea143a2015-03-22 17:09:13 -050023config NET
24 default y
25
26config NETDEVICES
27 default y
28
29config DM_ETH
30 default y
31
Joe Hershbergera346ca72015-03-22 17:09:21 -050032config ETH_SANDBOX_RAW
33 default y
34
Masahiro Yamadadd840582014-07-30 14:08:14 +090035endmenu