Skip to content

Commit 9fe667a

Browse files
krzkSylwester Nawrocki
authored andcommitted
clk: samsung: describe drivers in Kconfig
Describe better which driver applies to which SoC, to make configuring kernel for Samsung SoC easier. Signed-off-by: Krzysztof Kozlowski <[email protected]> Acked-by: Chanwoo Choi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sylwester Nawrocki <[email protected]>
1 parent 7d4901d commit 9fe667a

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

drivers/clk/samsung/Kconfig

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ config EXYNOS_5420_COMMON_CLK
6767
depends on COMMON_CLK_SAMSUNG
6868
help
6969
Support for the clock controller present on the Samsung
70-
Exynos5420 SoCs. Choose Y here only if you build for this SoC.
70+
Exynos5420/Exynos5422/Exynos5800 SoCs. Choose Y here only if you
71+
build for this SoC.
7172

7273
config EXYNOS_ARM64_COMMON_CLK
7374
bool "Samsung Exynos ARMv8-family clock controller support" if COMPILE_TEST
@@ -79,38 +80,47 @@ config EXYNOS_AUDSS_CLK_CON
7980
default y if ARCH_EXYNOS
8081
help
8182
Support for the Audio Subsystem CLKCON clock controller present
82-
on some Exynos SoC variants. Choose M or Y here if you want to
83-
use audio devices such as I2S, PCM, etc.
83+
on some Samsung Exynos SoC variants. Choose M or Y here if you want
84+
to use audio devices such as I2S, PCM, etc.
8485

8586
config EXYNOS_CLKOUT
8687
tristate "Samsung Exynos clock output driver"
8788
depends on COMMON_CLK_SAMSUNG
8889
default y if ARCH_EXYNOS
8990
help
90-
Support for the clock output (XCLKOUT) present on some of Exynos SoC
91-
variants. Usually the XCLKOUT is used to monitor the status of the
92-
certains clocks from SoC, but it could also be tied to other devices
93-
as an input clock.
91+
Support for the clock output (XCLKOUT) present on some of Samsung
92+
Exynos SoC variants. Usually the XCLKOUT is used to monitor the
93+
status of the certains clocks from SoC, but it could also be tied to
94+
other devices as an input clock.
9495

9596
# For S3C24XX platforms, select following symbols:
9697
config S3C2410_COMMON_CLK
9798
bool "Samsung S3C2410 clock controller support" if COMPILE_TEST
9899
select COMMON_CLK_SAMSUNG
99100
help
100-
Build the s3c2410 clock driver based on the common clock framework.
101+
Support for the clock controller present on the Samsung
102+
S3C2410/S3C2440/S3C2442 SoCs. Choose Y here only if you build for
103+
this SoC.
101104

102105
config S3C2410_COMMON_DCLK
103106
bool
104107
select COMMON_CLK_SAMSUNG
105108
select REGMAP_MMIO
106109
help
107-
Temporary symbol to build the dclk driver based on the common clock
108-
framework.
110+
Support for the dclk clock controller present on the Samsung
111+
S3C2410/S3C2412/S3C2440/S3C2443 SoCs. Choose Y here only if you build
112+
for this SoC.
109113

110114
config S3C2412_COMMON_CLK
111115
bool "Samsung S3C2412 clock controller support" if COMPILE_TEST
112116
select COMMON_CLK_SAMSUNG
117+
help
118+
Support for the clock controller present on the Samsung S3C2412 SoCs.
119+
Choose Y here only if you build for this SoC.
113120

114121
config S3C2443_COMMON_CLK
115122
bool "Samsung S3C2443 clock controller support" if COMPILE_TEST
116123
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.

0 commit comments

Comments
 (0)