summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@redhat.com>2024-09-24 11:24:23 +0200
committerArnd Bergmann <arnd@arndb.de>2024-09-26 14:58:18 +0200
commit84db6f27b26b5bebeeb85d1b6f6c035daa6f2ac2 (patch)
tree1d426e7e8f1321033dc5b0cdb7cfc980fa85c005
parentnet: cirrus: use u8 for addr to calm down sparse (diff)
downloadlinux-84db6f27b26b5bebeeb85d1b6f6c035daa6f2ac2.tar.xz
linux-84db6f27b26b5bebeeb85d1b6f6c035daa6f2ac2.zip
soc: ep93xx: drop reference to removed EP93XX_SOC_COMMON config
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> Reviewed-by: Nikita Shubin <nikita.shubin@maquefel.me> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--drivers/soc/cirrus/Kconfig2
1 files changed, 1 insertions, 1 deletions
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.