1config CLK_EXYNOS 2 bool 3 select CLK 4 help 5 This enables support for common clock driver API on Samsung 6 Exynos SoCs. 7 8menu "Clock drivers for Exynos SoCs" 9 depends on CLK_EXYNOS 10 11config 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 18endmenu 19