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
8 config EXYNOS_ARM64_COMMON_CLK
9 bool "Samsung Exynos ARMv8-family clock controller support" if COMPILE_TEST
10 depends on COMMON_CLK_SAMSUNG
12 config EXYNOS_AUDSS_CLK_CON
13 tristate "Samsung Exynos AUDSS clock controller support"
14 depends on COMMON_CLK_SAMSUNG
15 default y if ARCH_EXYNOS
17 Support for the Audio Subsystem CLKCON clock controller present
18 on some Exynos SoC variants. Choose M or Y here if you want to
19 use audio devices such as I2S, PCM, etc.
21 # For S3C24XX platforms, select following symbols:
22 config S3C2410_COMMON_CLK
23 bool "Samsung S3C2410 clock controller support" if COMPILE_TEST
24 select COMMON_CLK_SAMSUNG
26 Build the s3c2410 clock driver based on the common clock framework.
28 config S3C2410_COMMON_DCLK
30 select COMMON_CLK_SAMSUNG
33 Temporary symbol to build the dclk driver based on the common clock
36 config S3C2412_COMMON_CLK
37 bool "Samsung S3C2412 clock controller support" if COMPILE_TEST
38 select COMMON_CLK_SAMSUNG
40 config S3C2443_COMMON_CLK
41 bool "Samsung S3C2443 clock controller support" if COMPILE_TEST
42 select COMMON_CLK_SAMSUNG