From: Kevin Hilman Date: Thu, 14 Jun 2007 00:57:16 +0000 (-0700) Subject: ARM: OMAP: Kconfig cleanup: allow to compile on non-ARM X-Git-Tag: v2.6.22-omap1~25 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=abd1b2d905288e9ad2df03f76ffe4feae50df4ed;p=linux-2.6-omap-h63xx.git ARM: OMAP: Kconfig cleanup: allow to compile on non-ARM Remove 'source' of non-existant drivers/ssi/Kconfig. Having this there results in a kernel with the OMAP patch not being able to compile for other platforms. Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- diff --git a/drivers/Kconfig b/drivers/Kconfig index abb0e2771d9..050323fd79e 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -84,6 +84,4 @@ source "drivers/auxdisplay/Kconfig" source "drivers/kvm/Kconfig" -source "drivers/ssi/Kconfig" - endmenu