mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 06:39:05 +00:00

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>
18 lines
383 B
Plaintext
18 lines
383 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
if ARCH_EP93XX
|
|
|
|
config EP93XX_SOC
|
|
bool "Cirrus EP93xx chips SoC"
|
|
select SOC_BUS
|
|
select AUXILIARY_BUS
|
|
default y
|
|
help
|
|
Enable support SoC for Cirrus EP93xx chips.
|
|
|
|
Cirrus EP93xx chips have several swlocked registers,
|
|
this driver provides locked access for reset, pinctrl
|
|
and clk devices implemented as auxiliary devices.
|
|
|
|
endif
|