summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuenter Roeck2015-05-28 06:32:43 +0200
committerGreg Kroah-Hartman2015-05-28 06:47:16 +0200
commite3cb742c3295e7b992d7ecd402fcd5c7675e0e68 (patch)
treee75069d39086cd50b1d8ae5ab40a78c7e33b64c9
parentstaging: wilc1000: Include linux/gpio.h instead of asm/gpio.h (diff)
downloadkernel-qcow2-linux-e3cb742c3295e7b992d7ecd402fcd5c7675e0e68.tar.gz
kernel-qcow2-linux-e3cb742c3295e7b992d7ecd402fcd5c7675e0e68.tar.xz
kernel-qcow2-linux-e3cb742c3295e7b992d7ecd402fcd5c7675e0e68.zip
staging: wilc1000: Disable for S390
The wilc1000 driver uses definitions such as DEBUG_LEVEL, DEBUG, and PRINT_INFO. This causes compile errors on S390 which has similar definitions in its core code. Disable the driver for S390 instead of giving the non-standard messaging code credit by trying to fix it. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/wilc1000/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/wilc1000/Kconfig b/drivers/staging/wilc1000/Kconfig
index 101f908bc9ed..0b349d3c1475 100644
--- a/drivers/staging/wilc1000/Kconfig
+++ b/drivers/staging/wilc1000/Kconfig
@@ -1,5 +1,6 @@
config WILC1000
tristate "WILC1000 support (WiFi only)"
+ depends on !S390
---help---
This module only support IEEE 802.11n WiFi.