X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=arch%2Farm%2Fmach-bcm283x%2FKconfig;h=2315a134382dfd48e09d813e90d9ea1bf8a631dc;hb=665ac00c9842bf45aacec2b9d8bd017ad201d7f9;hp=b43f2d91fd01419153a10e0b016cb27e082572e4;hpb=692e5c4e7eb267f3d8f3a8c9d2348eff6f5f21e2;p=u-boot diff --git a/arch/arm/mach-bcm283x/Kconfig b/arch/arm/mach-bcm283x/Kconfig index b43f2d91fd..2315a13438 100644 --- a/arch/arm/mach-bcm283x/Kconfig +++ b/arch/arm/mach-bcm283x/Kconfig @@ -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