aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-08-30 17:29:22 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-30 17:29:22 -0700
commitb0b57633089ee4726aefe20760132c41bbd83fff (patch)
treef0066280d7e0f5e1b057214bab59c91a102c2234
parent81eb669b9516b85a2acf4c342db2322bed37d70c (diff)
downloadkernel_samsung_smdk4412-b0b57633089ee4726aefe20760132c41bbd83fff.zip
kernel_samsung_smdk4412-b0b57633089ee4726aefe20760132c41bbd83fff.tar.gz
kernel_samsung_smdk4412-b0b57633089ee4726aefe20760132c41bbd83fff.tar.bz2
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>
-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 f7377c2..5746812 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.