ARM: OMAP: Kconfig cleanup: allow to compile on non-ARM
authorKevin Hilman <khilman@mvista.com>
Thu, 14 Jun 2007 00:57:16 +0000 (17:57 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 21 Jun 2007 12:00:06 +0000 (05:00 -0700)
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 <khilman@mvista.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/Kconfig

index abb0e27..050323f 100644 (file)
@@ -84,6 +84,4 @@ source "drivers/auxdisplay/Kconfig"
 
 source "drivers/kvm/Kconfig"
 
-source "drivers/ssi/Kconfig"
-
 endmenu