Merge git://git.denx.de/u-boot-rockchip
[oweals/u-boot.git] / drivers / clk / exynos / Kconfig
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