* [PATCH] soc: ep93xx: drop reference to removed EP93XX_SOC_COMMON config
@ 2024-09-24 9:24 Lukas Bulwahn
2024-09-24 9:30 ` Nikita Shubin
0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2024-09-24 9:24 UTC (permalink / raw)
To: Nikita Shubin, Alexander Sverdlin, Linus Walleij, Arnd Bergmann,
soc, linux-arm-kernel
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Commit 6eab0ce6e1c6 ("soc: Add SoC driver for Cirrus ep93xx") adds the
config EP93XX_SOC referring to the config EP93XX_SOC_COMMON.
Within the same patch series of the commit above, the commit 046322f1e1d9
("ARM: ep93xx: DT for the Cirrus ep93xx SoC platforms") then removes the
config EP93XX_SOC_COMMON. With that the reference to this config is
obsolete.
Simplify the expression in the EP93XX_SOC config definition.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
drivers/soc/cirrus/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/soc/cirrus/Kconfig b/drivers/soc/cirrus/Kconfig
index f2fd0e16a196..d8b3b1e68998 100644
--- a/drivers/soc/cirrus/Kconfig
+++ b/drivers/soc/cirrus/Kconfig
@@ -6,7 +6,7 @@ config EP93XX_SOC
bool "Cirrus EP93xx chips SoC"
select SOC_BUS
select AUXILIARY_BUS
- default y if !EP93XX_SOC_COMMON
+ default y
help
Enable support SoC for Cirrus EP93xx chips.
--
2.46.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] soc: ep93xx: drop reference to removed EP93XX_SOC_COMMON config
2024-09-24 9:24 [PATCH] soc: ep93xx: drop reference to removed EP93XX_SOC_COMMON config Lukas Bulwahn
@ 2024-09-24 9:30 ` Nikita Shubin
0 siblings, 0 replies; 2+ messages in thread
From: Nikita Shubin @ 2024-09-24 9:30 UTC (permalink / raw)
To: Lukas Bulwahn, Alexander Sverdlin, Linus Walleij, Arnd Bergmann,
soc, linux-arm-kernel
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
Hi Lukas!
Thank you for catching this!
Reviewed-by: Nikita Shubin <nikita.shubin@maquefel.me>
On Tue, 2024-09-24 at 11:24 +0200, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit 6eab0ce6e1c6 ("soc: Add SoC driver for Cirrus ep93xx") adds
> the
> config EP93XX_SOC referring to the config EP93XX_SOC_COMMON.
>
> Within the same patch series of the commit above, the commit
> 046322f1e1d9
> ("ARM: ep93xx: DT for the Cirrus ep93xx SoC platforms") then removes
> the
> config EP93XX_SOC_COMMON. With that the reference to this config is
> obsolete.
>
> Simplify the expression in the EP93XX_SOC config definition.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
> drivers/soc/cirrus/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/soc/cirrus/Kconfig b/drivers/soc/cirrus/Kconfig
> index f2fd0e16a196..d8b3b1e68998 100644
> --- a/drivers/soc/cirrus/Kconfig
> +++ b/drivers/soc/cirrus/Kconfig
> @@ -6,7 +6,7 @@ config EP93XX_SOC
> bool "Cirrus EP93xx chips SoC"
> select SOC_BUS
> select AUXILIARY_BUS
> - default y if !EP93XX_SOC_COMMON
> + default y
> help
> Enable support SoC for Cirrus EP93xx chips.
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-24 9:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-24 9:24 [PATCH] soc: ep93xx: drop reference to removed EP93XX_SOC_COMMON config Lukas Bulwahn
2024-09-24 9:30 ` Nikita Shubin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox