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://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abd1b2d905288e9ad2df03f76ffe4feae50df4ed;p=pandora-kernel.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 abb0e2771d95..050323fd79e9 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -84,6 +84,4 @@ source "drivers/auxdisplay/Kconfig" source "drivers/kvm/Kconfig" -source "drivers/ssi/Kconfig" - endmenu