summaryrefslogtreecommitdiffstats
path: root/drivers/soc/cirrus/Kconfig
blob: d8b3b1e68998c3a665e038bbd872cf05e9617305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: GPL-2.0-only

if ARCH_EP93XX

config EP93XX_SOC
	bool "Cirrus EP93xx chips SoC"
	select SOC_BUS
	select AUXILIARY_BUS
	default y
	help
	  Enable support SoC for Cirrus EP93xx chips.

	  Cirrus EP93xx chips have several swlocked registers,
	  this driver provides locked access for reset, pinctrl
	  and clk devices implemented as auxiliary devices.

endif