xref: /linux/drivers/soc/cirrus/Kconfig (revision c532de5a67a70f8533d495f8f2aaa9a0491c3ad0)
1# SPDX-License-Identifier: GPL-2.0-only
2
3if ARCH_EP93XX
4
5config EP93XX_SOC
6	bool "Cirrus EP93xx chips SoC"
7	select SOC_BUS
8	select AUXILIARY_BUS
9	default y
10	help
11	  Enable support SoC for Cirrus EP93xx chips.
12
13	  Cirrus EP93xx chips have several swlocked registers,
14	  this driver provides locked access for reset, pinctrl
15	  and clk devices implemented as auxiliary devices.
16
17endif
18