Kconfig (87a0b2fafc09766d8c55461a18345a1cfb10a7fe) | Kconfig (4f346005aaed641042ca18171c4383a6a85f6a8b) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# Recent Exynos platforms should just select COMMON_CLK_SAMSUNG: 3config COMMON_CLK_SAMSUNG 4 bool "Samsung Exynos clock controller support" if COMPILE_TEST 5 select S3C64XX_COMMON_CLK if ARM && ARCH_S3C64XX 6 select S5PV210_COMMON_CLK if ARM && ARCH_S5PV210 7 select EXYNOS_3250_COMMON_CLK if ARM && SOC_EXYNOS3250 8 select EXYNOS_4_COMMON_CLK if ARM && ARCH_EXYNOS4 9 select EXYNOS_5250_COMMON_CLK if ARM && SOC_EXYNOS5250 10 select EXYNOS_5260_COMMON_CLK if ARM && SOC_EXYNOS5260 11 select EXYNOS_5410_COMMON_CLK if ARM && SOC_EXYNOS5410 12 select EXYNOS_5420_COMMON_CLK if ARM && SOC_EXYNOS5420 13 select EXYNOS_ARM64_COMMON_CLK if ARM64 && ARCH_EXYNOS | 1# SPDX-License-Identifier: GPL-2.0-only 2# Recent Exynos platforms should just select COMMON_CLK_SAMSUNG: 3config COMMON_CLK_SAMSUNG 4 bool "Samsung Exynos clock controller support" if COMPILE_TEST 5 select S3C64XX_COMMON_CLK if ARM && ARCH_S3C64XX 6 select S5PV210_COMMON_CLK if ARM && ARCH_S5PV210 7 select EXYNOS_3250_COMMON_CLK if ARM && SOC_EXYNOS3250 8 select EXYNOS_4_COMMON_CLK if ARM && ARCH_EXYNOS4 9 select EXYNOS_5250_COMMON_CLK if ARM && SOC_EXYNOS5250 10 select EXYNOS_5260_COMMON_CLK if ARM && SOC_EXYNOS5260 11 select EXYNOS_5410_COMMON_CLK if ARM && SOC_EXYNOS5410 12 select EXYNOS_5420_COMMON_CLK if ARM && SOC_EXYNOS5420 13 select EXYNOS_ARM64_COMMON_CLK if ARM64 && ARCH_EXYNOS |
14 select TESLA_FSD_COMMON_CLK if ARM64 && ARCH_TESLA_FSD |
|
14 15config S3C64XX_COMMON_CLK 16 bool "Samsung S3C64xx clock controller support" if COMPILE_TEST 17 depends on COMMON_CLK_SAMSUNG 18 help 19 Support for the clock controller present on the Samsung S3C64xx SoCs. 20 Choose Y here only if you build for this SoC. 21 --- 97 unchanged lines hidden (view full) --- 119 Choose Y here only if you build for this SoC. 120 121config S3C2443_COMMON_CLK 122 bool "Samsung S3C2443 clock controller support" if COMPILE_TEST 123 select COMMON_CLK_SAMSUNG 124 help 125 Support for the clock controller present on the Samsung 126 S3C2416/S3C2443 SoCs. Choose Y here only if you build for this SoC. | 15 16config S3C64XX_COMMON_CLK 17 bool "Samsung S3C64xx clock controller support" if COMPILE_TEST 18 depends on COMMON_CLK_SAMSUNG 19 help 20 Support for the clock controller present on the Samsung S3C64xx SoCs. 21 Choose Y here only if you build for this SoC. 22 --- 97 unchanged lines hidden (view full) --- 120 Choose Y here only if you build for this SoC. 121 122config S3C2443_COMMON_CLK 123 bool "Samsung S3C2443 clock controller support" if COMPILE_TEST 124 select COMMON_CLK_SAMSUNG 125 help 126 Support for the clock controller present on the Samsung 127 S3C2416/S3C2443 SoCs. Choose Y here only if you build for this SoC. |
128 129config TESLA_FSD_COMMON_CLK 130 bool "Tesla FSD clock controller support" if COMPILE_TEST 131 depends on COMMON_CLK_SAMSUNG 132 help 133 Support for the clock controller present on the Tesla FSD SoC. 134 Choose Y here only if you build for this SoC. |
|