[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191023101257.GC10630@pi3>
Date: Wed, 23 Oct 2019 12:12:57 +0200
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Arnd Bergmann <arnd@...db.de>
Cc: Kukjin Kim <kgene@...nel.org>, linux-samsung-soc@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linus.walleij@...aro.org,
Olof Johansson <olof@...om.net>,
Sascha Hauer <s.hauer@...gutronix.de>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@...sung.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 06/36] ARM: samsung: move CONFIG_DEBUG_S3C_UART to
Kconfig.debug
On Thu, Oct 10, 2019 at 10:29:50PM +0200, Arnd Bergmann wrote:
> Before we can plat-samsung from the individual platforms,
"Before we can split"? Or moved? What did you want to say here?
Best regards,
Krzysztof
> this one has to get moved to a place where it remains
> accessible.
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> ---
> arch/arm/Kconfig.debug | 10 ++++++++++
> arch/arm/plat-samsung/Kconfig | 8 --------
> 2 files changed, 10 insertions(+), 8 deletions(-)
>
> diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
> index 8bcbd0cd739b..d05b836dfeb2 100644
> --- a/arch/arm/Kconfig.debug
> +++ b/arch/arm/Kconfig.debug
> @@ -1464,6 +1464,16 @@ config DEBUG_S3C64XX_UART
> config DEBUG_S5PV210_UART
> bool
>
> +config DEBUG_S3C_UART
> + depends on DEBUG_S3C2410_UART || DEBUG_S3C24XX_UART || \
> + DEBUG_S3C64XX_UART || DEBUG_S5PV210_UART || \
> + DEBUG_EXYNOS_UART
> + int
> + default "0" if DEBUG_S3C_UART0
> + default "1" if DEBUG_S3C_UART1
> + default "2" if DEBUG_S3C_UART2
> + default "3" if DEBUG_S3C_UART3
> +
> config DEBUG_OMAP2PLUS_UART
> bool
> depends on ARCH_OMAP2PLUS
> diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
> index 301e572651c0..832ab0e6cd72 100644
> --- a/arch/arm/plat-samsung/Kconfig
> +++ b/arch/arm/plat-samsung/Kconfig
> @@ -296,13 +296,5 @@ config SAMSUNG_WDT_RESET
> Compile support for system restart by triggering watchdog reset.
> Used on SoCs that do not provide dedicated reset control.
>
> -config DEBUG_S3C_UART
> - depends on PLAT_SAMSUNG
> - int
> - default "0" if DEBUG_S3C_UART0
> - default "1" if DEBUG_S3C_UART1
> - default "2" if DEBUG_S3C_UART2
> - default "3" if DEBUG_S3C_UART3
> -
> endmenu
> endif
> --
> 2.20.0
>
Powered by blists - more mailing lists