blob: addc65270e43415c5c5e57fefe3555789db2d3c6 [file] [log] [blame]
Krzysztof Kozlowski85997a72016-02-16 15:20:31 +09001# Recent Exynos platforms should just select COMMON_CLK_SAMSUNG:
Pankaj Dubey4ce9b852014-05-08 13:07:08 +09002config COMMON_CLK_SAMSUNG
Krzysztof Kozlowski215cd962016-02-16 15:20:30 +09003 bool "Samsung Exynos clock controller support" if COMPILE_TEST
Krzysztof Kozlowski85997a72016-02-16 15:20:31 +09004 # 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
Pankaj Dubey1f4f2cf2014-05-08 13:07:10 +09007
Krzysztof Kozlowski85997a72016-02-16 15:20:31 +09008config EXYNOS_ARM64_COMMON_CLK
9 bool "Samsung Exynos ARMv8-family clock controller support" if COMPILE_TEST
10 depends on COMMON_CLK_SAMSUNG
11
Sylwester Nawrocki4d252fd2016-07-08 16:15:00 +020012config EXYNOS_AUDSS_CLK_CON
13 tristate "Samsung Exynos AUDSS clock controller support"
14 depends on COMMON_CLK_SAMSUNG
15 default y if ARCH_EXYNOS
16 help
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.
20
Krzysztof Kozlowski85997a72016-02-16 15:20:31 +090021# For S3C24XX platforms, select following symbols:
Pankaj Dubey1f4f2cf2014-05-08 13:07:10 +090022config S3C2410_COMMON_CLK
Krzysztof Kozlowski215cd962016-02-16 15:20:30 +090023 bool "Samsung S3C2410 clock controller support" if COMPILE_TEST
Pankaj Dubey1f4f2cf2014-05-08 13:07:10 +090024 select COMMON_CLK_SAMSUNG
25 help
26 Build the s3c2410 clock driver based on the common clock framework.
27
28config S3C2410_COMMON_DCLK
29 bool
30 select COMMON_CLK_SAMSUNG
31 select REGMAP_MMIO
32 help
33 Temporary symbol to build the dclk driver based on the common clock
34 framework.
35
36config S3C2412_COMMON_CLK
Krzysztof Kozlowski215cd962016-02-16 15:20:30 +090037 bool "Samsung S3C2412 clock controller support" if COMPILE_TEST
Pankaj Dubey1f4f2cf2014-05-08 13:07:10 +090038 select COMMON_CLK_SAMSUNG
39
40config S3C2443_COMMON_CLK
Krzysztof Kozlowski215cd962016-02-16 15:20:30 +090041 bool "Samsung S3C2443 clock controller support" if COMPILE_TEST
Pankaj Dubey1f4f2cf2014-05-08 13:07:10 +090042 select COMMON_CLK_SAMSUNG