Kconfig 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Recent Exynos platforms should just select COMMON_CLK_SAMSUNG:
  2. config COMMON_CLK_SAMSUNG
  3. bool "Samsung Exynos clock controller support" if COMPILE_TEST
  4. # Clocks on ARM64 SoCs (e.g. Exynos5433, Exynos7) are chosen by
  5. # EXYNOS_ARM64_COMMON_CLK to avoid building them on ARMv7:
  6. select EXYNOS_ARM64_COMMON_CLK if ARM64 && ARCH_EXYNOS
  7. config EXYNOS_ARM64_COMMON_CLK
  8. bool "Samsung Exynos ARMv8-family clock controller support" if COMPILE_TEST
  9. depends on COMMON_CLK_SAMSUNG
  10. config EXYNOS_AUDSS_CLK_CON
  11. tristate "Samsung Exynos AUDSS clock controller support"
  12. depends on COMMON_CLK_SAMSUNG
  13. default y if ARCH_EXYNOS
  14. help
  15. Support for the Audio Subsystem CLKCON clock controller present
  16. on some Exynos SoC variants. Choose M or Y here if you want to
  17. use audio devices such as I2S, PCM, etc.
  18. # For S3C24XX platforms, select following symbols:
  19. config S3C2410_COMMON_CLK
  20. bool "Samsung S3C2410 clock controller support" if COMPILE_TEST
  21. select COMMON_CLK_SAMSUNG
  22. help
  23. Build the s3c2410 clock driver based on the common clock framework.
  24. config S3C2410_COMMON_DCLK
  25. bool
  26. select COMMON_CLK_SAMSUNG
  27. select REGMAP_MMIO
  28. help
  29. Temporary symbol to build the dclk driver based on the common clock
  30. framework.
  31. config S3C2412_COMMON_CLK
  32. bool "Samsung S3C2412 clock controller support" if COMPILE_TEST
  33. select COMMON_CLK_SAMSUNG
  34. config S3C2443_COMMON_CLK
  35. bool "Samsung S3C2443 clock controller support" if COMPILE_TEST
  36. select COMMON_CLK_SAMSUNG