mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 17:03:47 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f1a9983002
commit
e3cb742c32
@@ -1,5 +1,6 @@
|
||||
config WILC1000
|
||||
tristate "WILC1000 support (WiFi only)"
|
||||
depends on !S390
|
||||
---help---
|
||||
This module only support IEEE 802.11n WiFi.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user