forked from torvalds/linux
-
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.
Merge branch 'for_3.16/clk_cleanup' of git://git.kernel.org/pub/scm/l…
…inux/kernel/git/tfiga/samsung-clk into v3.16-next/clk-samsung Pull Samsung clock cleanup from Tomasz Figa: "This pull requests contains minor clean-up related to Samsung clock support, including: 1) move Kconfig entries of Samsung clock drivers to drivers/clk, 2) compile drivers/clk/samsung conditionally when COMMON_CLK_SAMSUNG is selected, 3) remove obsolete Kconfig lines after moving s3c24xx to CCF." Conflicts: arch/arm/mach-s3c24xx/Kconfig Acked-by: Mike Turquette <[email protected]> Signed-off-by: Kukjin Kim <[email protected]>
- Loading branch information
Showing
6 changed files
with
37 additions
and
36 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
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
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 |
---|---|---|
@@ -0,0 +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 | ||
|