ARM: zynq: move SoC headers to mach-zynq/include/mach
[oweals/u-boot.git] / arch / sandbox / Kconfig
index 3057325b4761c84314dc22206ff5ba0056a2eaae..8aac96f8d92a57f93300d156345c3a29bea11a52 100644 (file)
@@ -10,4 +10,26 @@ config SYS_BOARD
 config SYS_CONFIG_NAME
        default "sandbox"
 
+config DM_TEST
+       default y
+
+config PCI
+       bool "PCI support"
+       help
+         Enable support for PCI (Peripheral Interconnect Bus), a type of bus
+         used on some devices to allow the CPU to communicate with its
+         peripherals.
+
+config NET
+       default y
+
+config NETDEVICES
+       default y
+
+config DM_ETH
+       default y
+
+config ETH_SANDBOX_RAW
+       default y
+
 endmenu