1menu "Sandbox architecture" 2 depends on SANDBOX 3 4config SYS_ARCH 5 default "sandbox" 6 7config SYS_BOARD 8 default "sandbox" 9 10config SYS_CONFIG_NAME 11 default "sandbox" 12 13config DM_TEST 14 default y 15 16config 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 23config NET 24 default y 25 26config NETDEVICES 27 default y 28 29config DM_ETH 30 default y 31 32config ETH_SANDBOX_RAW 33 default y 34 35endmenu 36