xref: /linux/drivers/soc/cirrus/Kconfig (revision 566ab427f827b0256d3e8ce0235d088e6a9c28bd)
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