Thomas Abraham | e3fc84c | 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 | |
Sam Protsenko | df5a2b9 | 2024-01-10 21:09:04 -0600 | [diff] [blame] | 18 | config CLK_EXYNOS850 |
| 19 | bool "Clock driver for Samsung's Exynos850 SoC" |
| 20 | select CLK_CCF |
| 21 | help |
| 22 | This enables common clock driver support for platforms based |
| 23 | on Samsung Exynos850 SoC. |
| 24 | |
Thomas Abraham | e3fc84c | 2016-04-23 22:18:09 +0530 | [diff] [blame] | 25 | endmenu |