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:
Guenter Roeck 2015-05-27 21:32:43 -07:00 коммит произвёл Greg Kroah-Hartman
Родитель f1a9983002
Коммит e3cb742c32
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,6 @@
config WILC1000
tristate "WILC1000 support (WiFi only)"
depends on !S390
---help---
This module only support IEEE 802.11n WiFi.