Thomas Abraham | 166097e | 2016-04-23 22:18:09 +0530 | [diff] [blame] | 1 | config CLK_EXYNOS |
2 | bool | ||||
3 | select CLK | ||||
4 | help | ||||
5 | This enables support for common clock driver API on Samsung | ||||
6 | Exynos SoCs. | ||||
7 | |||||
8 | menu "Clock drivers for Exynos SoCs" | ||||
9 | depends on CLK_EXYNOS | ||||
10 | |||||
11 | config CLK_EXYNOS7420 | ||||
12 | bool "Clock driver for Samsung's Exynos7420 SoC" | ||||
13 | default y | ||||
14 | help | ||||
15 | This enables common clock driver support for platforms based | ||||
16 | on Samsung Exynos7420 SoC. | ||||
17 | |||||
18 | endmenu |