brintos

brintos / linux-shallow public Read only

0
0
Text · 361 B · af37b21 Raw
11 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config CLK_UNIPHIER3	bool "Clock driver for UniPhier SoCs"4	depends on ARCH_UNIPHIER || COMPILE_TEST5	depends on OF && MFD_SYSCON6	default ARCH_UNIPHIER7	help8	  Support for clock controllers on UniPhier SoCs.9	  Say Y if you want to control clocks provided by System Control10	  block, Media I/O block, Peripheral Block.11