xref: /linux/drivers/clk/uniphier/Kconfig (revision fcc8487d477a3452a1d0ccbdd4c5e0e1e3cb8bed)
1config CLK_UNIPHIER
2	bool "Clock driver for UniPhier SoCs"
3	depends on ARCH_UNIPHIER || COMPILE_TEST
4	depends on OF && MFD_SYSCON
5	default ARCH_UNIPHIER
6	help
7	  Support for clock controllers on UniPhier SoCs.
8	  Say Y if you want to control clocks provided by System Control
9	  block, Media I/O block, Peripheral Block.
10