ARM: zynq: move SoC headers to mach-zynq/include/mach
[oweals/u-boot.git] / arch / sandbox / Kconfig
index c3935506947ef5b37c400228fbabdf73a2252471..8aac96f8d92a57f93300d156345c3a29bea11a52 100644 (file)
@@ -2,15 +2,34 @@ menu "Sandbox architecture"
        depends on SANDBOX
 
 config SYS_ARCH
-       string
        default "sandbox"
 
 config SYS_BOARD
-       string
        default "sandbox"
 
 config SYS_CONFIG_NAME
-       string
        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