]> git.sur5r.net Git - u-boot/blobdiff - arch/sandbox/Kconfig
armv8: allow custom MMU setup routines on ARMv8
[u-boot] / arch / sandbox / Kconfig
index 2098b9c323bb4b88b07a926053cc2860a009c081..f078c9e504de107b19e4fb817d3600550ce8053b 100644 (file)
@@ -10,28 +10,11 @@ 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_CROS_EC
-       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.
 
 endmenu