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