Kconfig 375 B

123456789101112131415161718
  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. menu "Clock drivers for Exynos SoCs"
  8. depends on CLK_EXYNOS
  9. config CLK_EXYNOS7420
  10. bool "Clock driver for Samsung's Exynos7420 SoC"
  11. default y
  12. help
  13. This enables common clock driver support for platforms based
  14. on Samsung Exynos7420 SoC.
  15. endmenu