summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt2010-11-01 16:38:06 +0100
committerPaul Mundt2010-11-01 16:38:06 +0100
commitbe8cb585d22013d87b1a123cf3bc93b474050c35 (patch)
treef8e6f0929c06032acd21d75c80c1b9662ff045b4 /arch/arm/mach-shmobile/Kconfig
parentARM: mach-shmobile: ap4evb: Add HDMI sound support (diff)
downloadkernel-qcow2-linux-be8cb585d22013d87b1a123cf3bc93b474050c35.tar.gz
kernel-qcow2-linux-be8cb585d22013d87b1a123cf3bc93b474050c35.tar.xz
kernel-qcow2-linux-be8cb585d22013d87b1a123cf3bc93b474050c35.zip
ARM: mach-shmobile: include drivers/sh/Kconfig
Many of the config bit are presently duplicated between the platforms, which will gradually cleaned up through centralization. For the moment we expose some new INTC features through drivers/sh/Kconfig that the ARM platforms presently don't enable, so make it generally available. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r--arch/arm/mach-shmobile/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 54b479c35ee0..51dcd59eda6a 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -116,4 +116,6 @@ endmenu
config SH_CLK_CPG
bool
+source "drivers/sh/Kconfig"
+
endif