X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farm%2Fmach-bcm283x%2FKconfig;h=2315a134382dfd48e09d813e90d9ea1bf8a631dc;hb=70676cb3b503bea970eb4e1dd7ea902ec8ac2ea1;hp=c740180e68da8de01bf63fc3a37f3850894d9c36;hpb=58d423b88e5bc1b6e43aa04a05feccd0e737c061;p=u-boot diff --git a/arch/arm/mach-bcm283x/Kconfig b/arch/arm/mach-bcm283x/Kconfig index c740180e68..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,9 +15,6 @@ config TARGET_RPI_2 endchoice -config PHYS_TO_BUS - default y - config SYS_BOARD default "rpi" if TARGET_RPI default "rpi_2" if TARGET_RPI_2