Skip to content

Commit 84db6f2

Browse files
bulwahnarndb
authored andcommitted
soc: ep93xx: drop reference to removed EP93XX_SOC_COMMON config
Commit 6eab0ce ("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 046322f ("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>
1 parent 878716d commit 84db6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soc/cirrus/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ config EP93XX_SOC
66
bool "Cirrus EP93xx chips SoC"
77
select SOC_BUS
88
select AUXILIARY_BUS
9-
default y if !EP93XX_SOC_COMMON
9+
default y
1010
help
1111
Enable support SoC for Cirrus EP93xx chips.
1212

0 commit comments

Comments
 (0)