summaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/Kconfig
diff options
context:
space:
mode:
authorRich Felker2016-07-31 05:11:30 +0200
committerRich Felker2016-08-05 05:29:45 +0200
commit15f0c8f2f378a05fe7b25e545c353a6b5cf5126a (patch)
treea197be242f661f87b455def1c68ca349f0ce8833 /arch/sh/boards/Kconfig
parentsh: system call wire up (diff)
downloadkernel-qcow2-linux-15f0c8f2f378a05fe7b25e545c353a6b5cf5126a.tar.gz
kernel-qcow2-linux-15f0c8f2f378a05fe7b25e545c353a6b5cf5126a.tar.xz
kernel-qcow2-linux-15f0c8f2f378a05fe7b25e545c353a6b5cf5126a.zip
sh: use common clock framework with device tree boards
Enable common clk framework for DT-based boards and disable code that depends on the legacy sh clk framework when common clk is enabled. Once legacy drivers are converted over, the old code can be removed entirely. Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'arch/sh/boards/Kconfig')
-rw-r--r--arch/sh/boards/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig
index e0db04664e2e..e9c2c42031fe 100644
--- a/arch/sh/boards/Kconfig
+++ b/arch/sh/boards/Kconfig
@@ -11,6 +11,7 @@ config SH_DEVICE_TREE
select OF
select OF_EARLY_FLATTREE
select CLKSRC_OF
+ select COMMON_CLK
select GENERIC_CALIBRATE_DELAY
help
Select Board Described by Device Tree to build a kernel that