@@ -67,7 +67,8 @@ config EXYNOS_5420_COMMON_CLK
67
67
depends on COMMON_CLK_SAMSUNG
68
68
help
69
69
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.
71
72
72
73
config EXYNOS_ARM64_COMMON_CLK
73
74
bool "Samsung Exynos ARMv8-family clock controller support" if COMPILE_TEST
@@ -79,38 +80,47 @@ config EXYNOS_AUDSS_CLK_CON
79
80
default y if ARCH_EXYNOS
80
81
help
81
82
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.
84
85
85
86
config EXYNOS_CLKOUT
86
87
tristate "Samsung Exynos clock output driver"
87
88
depends on COMMON_CLK_SAMSUNG
88
89
default y if ARCH_EXYNOS
89
90
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.
94
95
95
96
# For S3C24XX platforms, select following symbols:
96
97
config S3C2410_COMMON_CLK
97
98
bool "Samsung S3C2410 clock controller support" if COMPILE_TEST
98
99
select COMMON_CLK_SAMSUNG
99
100
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.
101
104
102
105
config S3C2410_COMMON_DCLK
103
106
bool
104
107
select COMMON_CLK_SAMSUNG
105
108
select REGMAP_MMIO
106
109
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.
109
113
110
114
config S3C2412_COMMON_CLK
111
115
bool "Samsung S3C2412 clock controller support" if COMPILE_TEST
112
116
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.
113
120
114
121
config S3C2443_COMMON_CLK
115
122
bool "Samsung S3C2443 clock controller support" if COMPILE_TEST
116
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.
0 commit comments