Kconfig (215cd9674fa02e4b341e4568d20ef5fd6fab1b0b) | Kconfig (85997a7cba7bc1578eb554e88f82023d85fb499a) |
---|---|
1# Recent Exynos platforms should just select COMMON_CLK_SAMSUNG: |
|
1config COMMON_CLK_SAMSUNG 2 bool "Samsung Exynos clock controller support" if COMPILE_TEST | 2config 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 |
|
3 | 7 |
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: |
|
4config S3C2410_COMMON_CLK 5 bool "Samsung S3C2410 clock controller support" if COMPILE_TEST 6 select COMMON_CLK_SAMSUNG 7 help 8 Build the s3c2410 clock driver based on the common clock framework. 9 10config S3C2410_COMMON_DCLK 11 bool --- 5 unchanged lines hidden (view full) --- 17 18config S3C2412_COMMON_CLK 19 bool "Samsung S3C2412 clock controller support" if COMPILE_TEST 20 select COMMON_CLK_SAMSUNG 21 22config S3C2443_COMMON_CLK 23 bool "Samsung S3C2443 clock controller support" if COMPILE_TEST 24 select COMMON_CLK_SAMSUNG | 13config S3C2410_COMMON_CLK 14 bool "Samsung S3C2410 clock controller support" if COMPILE_TEST 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 --- 5 unchanged lines hidden (view full) --- 26 27config S3C2412_COMMON_CLK 28 bool "Samsung S3C2412 clock controller support" if COMPILE_TEST 29 select COMMON_CLK_SAMSUNG 30 31config S3C2443_COMMON_CLK 32 bool "Samsung S3C2443 clock controller support" if COMPILE_TEST 33 select COMMON_CLK_SAMSUNG |
25 | |