clk: samsung: Don't build ARMv8 clock drivers on ARMv7
[deliverable/linux.git] / drivers / clk / samsung / Kconfig
CommitLineData
85997a7c 1# Recent Exynos platforms should just select COMMON_CLK_SAMSUNG:
4ce9b85e 2config COMMON_CLK_SAMSUNG
215cd967 3 bool "Samsung Exynos clock controller support" if COMPILE_TEST
85997a7c
KK
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
1f4f2cfd 7
85997a7c
KK
8config EXYNOS_ARM64_COMMON_CLK
9 bool "Samsung Exynos ARMv8-family clock controller support" if COMPILE_TEST
10 depends on COMMON_CLK_SAMSUNG
11
12# For S3C24XX platforms, select following symbols:
1f4f2cfd 13config S3C2410_COMMON_CLK
215cd967 14 bool "Samsung S3C2410 clock controller support" if COMPILE_TEST
1f4f2cfd
PD
15 select COMMON_CLK_SAMSUNG
16 help
17 Build the s3c2410 clock driver based on the common clock framework.
18
19config S3C2410_COMMON_DCLK
20 bool
21 select COMMON_CLK_SAMSUNG
22 select REGMAP_MMIO
23 help
24 Temporary symbol to build the dclk driver based on the common clock
25 framework.
26
27config S3C2412_COMMON_CLK
215cd967 28 bool "Samsung S3C2412 clock controller support" if COMPILE_TEST
1f4f2cfd
PD
29 select COMMON_CLK_SAMSUNG
30
31config S3C2443_COMMON_CLK
215cd967 32 bool "Samsung S3C2443 clock controller support" if COMPILE_TEST
1f4f2cfd 33 select COMMON_CLK_SAMSUNG
This page took 0.138299 seconds and 5 git commands to generate.