Message ID | 20240924092423.50734-1-lukas.bulwahn@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 84db6f27b26b5bebeeb85d1b6f6c035daa6f2ac2 |
Headers | show |
Series | soc: ep93xx: drop reference to removed EP93XX_SOC_COMMON config | expand |
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. >
Hello: This patch was applied to soc/soc.git (arm/fixes) by Arnd Bergmann <arnd@arndb.de>: On Tue, 24 Sep 2024 11:24:23 +0200 you 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. > > [...] Here is the summary with links: - soc: ep93xx: drop reference to removed EP93XX_SOC_COMMON config https://git.kernel.org/soc/soc/c/84db6f27b26b You are awesome, thank you!
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.