[RESEND PATCH 1/8] ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA

Rafał Miłecki zajec5 at gmail.com
Wed Jul 13 08:39:31 PDT 2022


On 7.07.2022 08:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> DEBUG_BCM63XX_UART depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang at broadcom.com>
> ---
> 
>   arch/arm/Kconfig.debug | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
> index 9b0aa4822d69..792796a348c3 100644
> --- a/arch/arm/Kconfig.debug
> +++ b/arch/arm/Kconfig.debug
> @@ -271,7 +271,7 @@ choice
>   
>   	config DEBUG_BCM63XX_UART
>   		bool "Kernel low-level debugging on BCM63XX UART"
> -		depends on ARCH_BCM_63XX
> +		depends on ARCH_BCMBCA
>   
>   	config DEBUG_BERLIN_UART
>   		bool "Marvell Berlin SoC Debug UART"

There is no such config symbol (ARCH_BCMBCA) in Linus's tree.

This patchset is going to break builds until code it depends on hits Linus's tree.

All those patches should be hold until that.



More information about the linux-arm-kernel mailing list