mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
1f4f2cfdb7
This patch moves S3C24XX specific clock Kconfig options into "clk/samsung/Kconfig" and also removes COMMON_CLK selection from "mach-s3c24xx/Kconfig" as S3C24XX_COMMON_CLK is selecting it's dependency. CC: Ben Dooks <ben-linux@fluff.org> CC: Kukjin Kim <kgene.kim@samsung.com> CC: Russell King <linux@arm.linux.org.uk> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> Signed-off-by: Tomasz Figa <t.figa@samsung.com>
27 lines
481 B
Plaintext
27 lines
481 B
Plaintext
config COMMON_CLK_SAMSUNG
|
|
bool
|
|
select COMMON_CLK
|
|
|
|
config S3C2410_COMMON_CLK
|
|
bool
|
|
select COMMON_CLK_SAMSUNG
|
|
help
|
|
Build the s3c2410 clock driver based on the common clock framework.
|
|
|
|
config S3C2410_COMMON_DCLK
|
|
bool
|
|
select COMMON_CLK_SAMSUNG
|
|
select REGMAP_MMIO
|
|
help
|
|
Temporary symbol to build the dclk driver based on the common clock
|
|
framework.
|
|
|
|
config S3C2412_COMMON_CLK
|
|
bool
|
|
select COMMON_CLK_SAMSUNG
|
|
|
|
config S3C2443_COMMON_CLK
|
|
bool
|
|
select COMMON_CLK_SAMSUNG
|
|
|