From: Greg Kroah-Hartman Date: Tue, 31 Aug 2010 00:29:22 +0000 (-0700) Subject: Staging: westbridge: mark BROKEN as it doesn't currently build properly X-Git-Tag: v2.6.37-rc1~60^2~3^2~833 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b0b57633089ee4726aefe20760132c41bbd83fff;p=~emulex%2Finfiniband.git Staging: westbridge: mark BROKEN as it doesn't currently build properly Future patches should fix this up. Cc: David Cross Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/westbridge/Kconfig b/drivers/staging/westbridge/Kconfig index f7377c2f39c..57468125b39 100644 --- a/drivers/staging/westbridge/Kconfig +++ b/drivers/staging/westbridge/Kconfig @@ -4,7 +4,7 @@ menuconfig WESTBRIDGE tristate "West Bridge support" - depends on HAS_IOMEM + depends on HAS_IOMEM && BROKEN help This selects West Bridge Peripheral controller support. @@ -31,4 +31,4 @@ config WESTBRIDGE_DEBUG depends on WESTBRIDGE != n help This is an option for use by developers; most people should - say N here. This enables WESTBRIDGE core and driver debugging. \ No newline at end of file + say N here. This enables WESTBRIDGE core and driver debugging.