From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: [PATCH] ARM: OMAP: Kconfig cleanup: allow to compile on non-ARM Date: Wed, 13 Jun 2007 17:57:16 -0700 Message-ID: <20070614005716.458634944@mvista.com> Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org 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 --- drivers/Kconfig | 2 -- 1 file changed, 2 deletions(-) Index: dev/drivers/Kconfig =================================================================== --- dev.orig/drivers/Kconfig +++ dev/drivers/Kconfig @@ -84,6 +84,4 @@ source "drivers/auxdisplay/Kconfig" source "drivers/kvm/Kconfig" -source "drivers/ssi/Kconfig" - endmenu --