From 6e38a2ba79b85966fc09df3eb8f502df5df60c09 Mon Sep 17 00:00:00 2001 From: "F. Duncan M. Haldane" Date: Fri, 7 Nov 2008 18:17:51 -0500 Subject: Staging: Kconfig for ARCH=arm,8300, cris The new Kconfig option to build "staging" drivers (code in drivers/staging/) is seen in all except three architectures (arm, h8300, cris), because in these cases arch/$ARCH/Kconfig does NOT source drivers/Kconfig. This patch adds the source "drivers/staging/Kconfig" to arch/$ARCH/Kconfig for these three exceptional cases. Signed-off-by: Duncan Haldane Signed-off-by: Greg Kroah-Hartman --- arch/cris/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/cris') diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index b17aeea8d62..3462245fe9f 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig @@ -681,6 +681,8 @@ source "drivers/usb/Kconfig" source "drivers/uwb/Kconfig" +source "drivers/staging/Kconfig" + source "arch/cris/Kconfig.debug" source "security/Kconfig" -- cgit v1.2.3