aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/westbridge
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-08-30 20:29:22 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-30 20:29:22 -0400
commitb0b57633089ee4726aefe20760132c41bbd83fff (patch)
treef0066280d7e0f5e1b057214bab59c91a102c2234 /drivers/staging/westbridge
parent81eb669b9516b85a2acf4c342db2322bed37d70c (diff)
Staging: westbridge: mark BROKEN as it doesn't currently build properly
Future patches should fix this up. Cc: David Cross <david.cross@cypress.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/westbridge')
-rw-r--r--drivers/staging/westbridge/Kconfig4
1 files changed, 2 insertions, 2 deletions
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 @@
4 4
5menuconfig WESTBRIDGE 5menuconfig WESTBRIDGE
6 tristate "West Bridge support" 6 tristate "West Bridge support"
7 depends on HAS_IOMEM 7 depends on HAS_IOMEM && BROKEN
8 help 8 help
9 This selects West Bridge Peripheral controller support. 9 This selects West Bridge Peripheral controller support.
10 10
@@ -31,4 +31,4 @@ config WESTBRIDGE_DEBUG
31 depends on WESTBRIDGE != n 31 depends on WESTBRIDGE != n
32 help 32 help
33 This is an option for use by developers; most people should 33 This is an option for use by developers; most people should
34 say N here. This enables WESTBRIDGE core and driver debugging. \ No newline at end of file 34 say N here. This enables WESTBRIDGE core and driver debugging.