Commit 84db6f27 authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by Arnd Bergmann

soc: ep93xx: drop reference to removed EP93XX_SOC_COMMON config

Commit 6eab0ce6 ("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 046322f1
("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: default avatarLukas Bulwahn <lukas.bulwahn@redhat.com>
Reviewed-by: default avatarNikita Shubin <nikita.shubin@maquefel.me>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 878716d4
...@@ -6,7 +6,7 @@ config EP93XX_SOC ...@@ -6,7 +6,7 @@ config EP93XX_SOC
bool "Cirrus EP93xx chips SoC" bool "Cirrus EP93xx chips SoC"
select SOC_BUS select SOC_BUS
select AUXILIARY_BUS select AUXILIARY_BUS
default y if !EP93XX_SOC_COMMON default y
help help
Enable support SoC for Cirrus EP93xx chips. Enable support SoC for Cirrus EP93xx chips.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment