From abd1b2d905288e9ad2df03f76ffe4feae50df4ed Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Wed, 13 Jun 2007 17:57:16 -0700 Subject: [PATCH] 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 --- drivers/Kconfig | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.41.1