]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-bcm283x/Kconfig
dts: zynq: Add zynq qspi controller nodes
[u-boot] / arch / arm / mach-bcm283x / Kconfig
index d5e09e8ee32b5320e0078386d18b1b70114d8e94..2315a134382dfd48e09d813e90d9ea1bf8a631dc 100644 (file)
@@ -3,6 +3,7 @@ menu "Broadcom BCM283X family"
 
 choice
        prompt "Broadcom BCM283X board select"
+       optional
 
 config TARGET_RPI
        bool "Raspberry Pi"
@@ -14,15 +15,6 @@ config TARGET_RPI_2
 
 endchoice
 
-config DM
-       default y
-
-config DM_SERIAL
-       default y
-
-config DM_GPIO
-       default y
-
 config SYS_BOARD
        default "rpi" if TARGET_RPI
        default "rpi_2" if TARGET_RPI_2
@@ -31,7 +23,7 @@ config SYS_VENDOR
        default "raspberrypi"
 
 config SYS_SOC
-       default "bcm2835"
+       default "bcm283x"
 
 config SYS_CONFIG_NAME
        default "rpi" if TARGET_RPI