diff --git a/package/wilc-driver/Config.in b/package/wilc-driver/Config.in index 7ed062bb66..7f970bd38b 100644 --- a/package/wilc-driver/Config.in +++ b/package/wilc-driver/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_WILC_DRIVER bool "wilc kernel module" + depends on !BR2_s390x depends on BR2_LINUX_KERNEL help External kernel module for WILC1000/3000 devices. @@ -59,4 +60,5 @@ endif endif comment "wilc kernel module needs a Linux kernel to be built" + depends on !BR2_s390x depends on !BR2_LINUX_KERNEL