diff options
Diffstat (limited to 'drivers/clk/samsung/Kconfig')
-rw-r--r-- | drivers/clk/samsung/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/drivers/clk/samsung/Kconfig b/drivers/clk/samsung/Kconfig index fc8696b0954f..84196ecdaa12 100644 --- a/drivers/clk/samsung/Kconfig +++ b/drivers/clk/samsung/Kconfig | |||
@@ -1,3 +1,26 @@ | |||
1 | config COMMON_CLK_SAMSUNG | 1 | config COMMON_CLK_SAMSUNG |
2 | bool | 2 | bool |
3 | select COMMON_CLK | 3 | select COMMON_CLK |
4 | |||
5 | config S3C2410_COMMON_CLK | ||
6 | bool | ||
7 | select COMMON_CLK_SAMSUNG | ||
8 | help | ||
9 | Build the s3c2410 clock driver based on the common clock framework. | ||
10 | |||
11 | config S3C2410_COMMON_DCLK | ||
12 | bool | ||
13 | select COMMON_CLK_SAMSUNG | ||
14 | select REGMAP_MMIO | ||
15 | help | ||
16 | Temporary symbol to build the dclk driver based on the common clock | ||
17 | framework. | ||
18 | |||
19 | config S3C2412_COMMON_CLK | ||
20 | bool | ||
21 | select COMMON_CLK_SAMSUNG | ||
22 | |||
23 | config S3C2443_COMMON_CLK | ||
24 | bool | ||
25 | select COMMON_CLK_SAMSUNG | ||
26 | |||