brintos

brintos / linux-shallow public Read only

0
0
Text · 383 B · d8b3b1e Raw
18 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3if ARCH_EP93XX4 5config EP93XX_SOC6	bool "Cirrus EP93xx chips SoC"7	select SOC_BUS8	select AUXILIARY_BUS9	default y10	help11	  Enable support SoC for Cirrus EP93xx chips.12 13	  Cirrus EP93xx chips have several swlocked registers,14	  this driver provides locked access for reset, pinctrl15	  and clk devices implemented as auxiliary devices.16 17endif18