1# SPDX-License-Identifier: GPL-2.0-only 2config CLK_UNIPHIER 3 bool "Clock driver for UniPhier SoCs" 4 depends on ARCH_UNIPHIER || COMPILE_TEST 5 depends on OF && MFD_SYSCON 6 default ARCH_UNIPHIER 7 help 8 Support for clock controllers on UniPhier SoCs. 9 Say Y if you want to control clocks provided by System Control 10 block, Media I/O block, Peripheral Block. 11