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