ARM: zynq: move SoC headers to mach-zynq/include/mach
[oweals/u-boot.git] / arch / sandbox / Kconfig
index 477a20a820c5cbcf990b8b10da37843568970251..8aac96f8d92a57f93300d156345c3a29bea11a52 100644 (file)
@@ -10,35 +10,26 @@ config SYS_BOARD
 config SYS_CONFIG_NAME
        default "sandbox"
 
-config DM
-       default y
-
-config DM_GPIO
-       default y
-
-config DM_SERIAL
+config DM_TEST
        default y
 
-config DM_CROS_EC
-       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 DM_SPI
+config NET
        default y
 
-config DM_SPI_FLASH
+config NETDEVICES
        default y
 
-config DM_I2C
+config DM_ETH
        default y
 
-config DM_TEST
+config ETH_SANDBOX_RAW
        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.
-
 endmenu