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