]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sandbox/Kconfig
cros_ec: Drop unused CONFIG_DM_CROS_EC
[karo-tx-uboot.git] / arch / sandbox / Kconfig
index 3057325b4761c84314dc22206ff5ba0056a2eaae..e1832c931db2a329ed37c16fff636fa9d3c27fa3 100644 (file)
@@ -10,4 +10,44 @@ config SYS_BOARD
 config SYS_CONFIG_NAME
        default "sandbox"
 
+config DM
+       default y
+
+config DM_GPIO
+       default y
+
+config DM_SERIAL
+       default y
+
+config DM_SPI
+       default y
+
+config DM_SPI_FLASH
+       default y
+
+config DM_I2C
+       default y
+
+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