Skip to content

Commit

Permalink
clk: samsung: add new Kconfig for Samsung common clock option
Browse files Browse the repository at this point in the history
This patch adds new Kconfig file for adding new COMMON_CLK_SAMSUNG option.
Samsung platforms can select this for using common clock infrastructure.

CC: Mike Turquette <mturquette@linaro.org>
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 efe32f6 commit 4ce9b85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/clk/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,5 @@ endmenu

source "drivers/clk/bcm/Kconfig"
source "drivers/clk/mvebu/Kconfig"

source "drivers/clk/samsung/Kconfig"
3 changes: 3 additions & 0 deletions drivers/clk/samsung/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
config COMMON_CLK_SAMSUNG
bool
select COMMON_CLK

0 comments on commit 4ce9b85

Please sign in to comment.