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>

authored by Lukas Bulwahn and committed by Arnd Bergmann 84db6f27 878716d4

+1 -1
+1 -1
drivers/soc/cirrus/Kconfig
··· 6 6 bool "Cirrus EP93xx chips SoC" 7 7 select SOC_BUS 8 8 select AUXILIARY_BUS 9 - default y if !EP93XX_SOC_COMMON 9 + default y 10 10 help 11 11 Enable support SoC for Cirrus EP93xx chips. 12 12