Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Masahiro Yamada | 734d82f | 2016-09-16 16:40:03 +0900 | [diff] [blame] | 2 | config 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. |