Hi Ralf, Maxime, This patch applies to the linux-bcm63xx.git tree. Thanks -- From: Florian Fainelli <florian@xxxxxxxxxxx> Subject: [PATCH] Make Broadcom SoC naming consistent This patch makes the Broadcom SoC naming configuration symbols consistent and to follow the Broadcom BCMXXXX naming convention (commercial naming). Signed-off-by: Florian Fainelli <florian@xxxxxxxxxxx> --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index d104dd2..8fdbc8f 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -40,7 +40,7 @@ config BASLER_EXCITE Basler Vision Technologies AG. config BCM47XX - bool "BCM47XX based boards" + bool "Broadcom BCM47XX based boards" select CEVT_R4K select CSRC_R4K select DMA_NONCOHERENT @@ -61,7 +61,7 @@ config BCM47XX Support for BCM47XX based boards config BCM63XX - bool "Broadcom 63xx based boards" + bool "Broadcom BCM63XX based boards" select CEVT_R4K select CSRC_R4K select DMA_NONCOHERENT