From: Paul Mundt Date: Mon, 1 Nov 2010 15:38:06 +0000 (-0400) Subject: ARM: mach-shmobile: include drivers/sh/Kconfig X-Git-Tag: v3.12-rc1~7837^2~31^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be8cb585d22013d87b1a123cf3bc93b474050c35;p=kernel%2Fkernel-generic.git 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 --- diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 54b479c..51dcd59 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