Kconfig (b9e65ebc654dffeb77d8ef878bd6b2da30c55a94) Kconfig (215cd9674fa02e4b341e4568d20ef5fd6fab1b0b)
1config COMMON_CLK_SAMSUNG
1config COMMON_CLK_SAMSUNG
2 bool
2 bool "Samsung Exynos clock controller support" if COMPILE_TEST
3
4config S3C2410_COMMON_CLK
3
4config S3C2410_COMMON_CLK
5 bool
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
12 select COMMON_CLK_SAMSUNG
13 select REGMAP_MMIO
14 help
15 Temporary symbol to build the dclk driver based on the common clock
16 framework.
17
18config S3C2412_COMMON_CLK
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
12 select COMMON_CLK_SAMSUNG
13 select REGMAP_MMIO
14 help
15 Temporary symbol to build the dclk driver based on the common clock
16 framework.
17
18config S3C2412_COMMON_CLK
19 bool
19 bool "Samsung S3C2412 clock controller support" if COMPILE_TEST
20 select COMMON_CLK_SAMSUNG
21
22config S3C2443_COMMON_CLK
20 select COMMON_CLK_SAMSUNG
21
22config S3C2443_COMMON_CLK
23 bool
23 bool "Samsung S3C2443 clock controller support" if COMPILE_TEST
24 select COMMON_CLK_SAMSUNG
25
24 select COMMON_CLK_SAMSUNG
25