-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: S3C24XX: move S3C24XX clock Kconfig options to Samsung clock Kco…
…nfig file 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>
- Loading branch information
Pankaj Dubey
authored and
Tomasz Figa
committed
May 14, 2014
1 parent
ccecba3
commit 1f4f2cf
Showing
2 changed files
with
23 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
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 | ||
|