]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/clk/samsung/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-hirsute-kernel.git] / drivers / clk / samsung / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
85997a7c 2# Recent Exynos platforms should just select COMMON_CLK_SAMSUNG:
4ce9b85e 3config COMMON_CLK_SAMSUNG
215cd967 4 bool "Samsung Exynos clock controller support" if COMPILE_TEST
85997a7c
KK
5 # Clocks on ARM64 SoCs (e.g. Exynos5433, Exynos7) are chosen by
6 # EXYNOS_ARM64_COMMON_CLK to avoid building them on ARMv7:
7 select EXYNOS_ARM64_COMMON_CLK if ARM64 && ARCH_EXYNOS
1f4f2cfd 8
85997a7c
KK
9config EXYNOS_ARM64_COMMON_CLK
10 bool "Samsung Exynos ARMv8-family clock controller support" if COMPILE_TEST
11 depends on COMMON_CLK_SAMSUNG
12
4d252fd5
SN
13config EXYNOS_AUDSS_CLK_CON
14 tristate "Samsung Exynos AUDSS clock controller support"
15 depends on COMMON_CLK_SAMSUNG
16 default y if ARCH_EXYNOS
17 help
18 Support for the Audio Subsystem CLKCON clock controller present
19 on some Exynos SoC variants. Choose M or Y here if you want to
20 use audio devices such as I2S, PCM, etc.
21
85997a7c 22# For S3C24XX platforms, select following symbols:
1f4f2cfd 23config S3C2410_COMMON_CLK
215cd967 24 bool "Samsung S3C2410 clock controller support" if COMPILE_TEST
1f4f2cfd
PD
25 select COMMON_CLK_SAMSUNG
26 help
27 Build the s3c2410 clock driver based on the common clock framework.
28
29config S3C2410_COMMON_DCLK
30 bool
31 select COMMON_CLK_SAMSUNG
32 select REGMAP_MMIO
33 help
34 Temporary symbol to build the dclk driver based on the common clock
35 framework.
36
37config S3C2412_COMMON_CLK
215cd967 38 bool "Samsung S3C2412 clock controller support" if COMPILE_TEST
1f4f2cfd
PD
39 select COMMON_CLK_SAMSUNG
40
41config S3C2443_COMMON_CLK
215cd967 42 bool "Samsung S3C2443 clock controller support" if COMPILE_TEST
1f4f2cfd 43 select COMMON_CLK_SAMSUNG