mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 21:26:14 +01:00
soc: ep93xx: drop reference to removed EP93XX_SOC_COMMON config
Commit6eab0ce6e1("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 commit046322f1e1("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>
This commit is contained in:
parent
878716d40c
commit
84db6f27b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue