From: Nikita Shubin <nikita.shubin@maquefel.me>
To: Lukas Bulwahn <lbulwahn@redhat.com>,
Alexander Sverdlin <alexander.sverdlin@gmail.com>,
Linus Walleij <linus.walleij@linaro.org>,
Arnd Bergmann <arnd@arndb.de>,
soc@kernel.org, linux-arm-kernel@lists.infradead.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
Lukas Bulwahn <lukas.bulwahn@redhat.com>
Subject: Re: [PATCH] soc: ep93xx: drop reference to removed EP93XX_SOC_COMMON config
Date: Tue, 24 Sep 2024 12:30:01 +0300 [thread overview]
Message-ID: <be5d4d09e9e4a6adffd934878697679797c9ce33.camel@maquefel.me> (raw)
In-Reply-To: <20240924092423.50734-1-lukas.bulwahn@redhat.com>
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.
>
prev parent reply other threads:[~2024-09-24 9:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=be5d4d09e9e4a6adffd934878697679797c9ce33.camel@maquefel.me \
--to=nikita.shubin@maquefel.me \
--cc=alexander.sverdlin@gmail.com \
--cc=arnd@arndb.de \
--cc=kernel-janitors@vger.kernel.org \
--cc=lbulwahn@redhat.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lukas.bulwahn@redhat.com \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox