mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
[S390] Kconfig: no wireless on s390.
Hide the config menues for wireless on s390. Cc: John W. Linville <linville@tuxdriver.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
61d48c2c31
commit
f54bfc0e34
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
menu "Wireless LAN"
|
menu "Wireless LAN"
|
||||||
|
depends on !S390
|
||||||
|
|
||||||
config WLAN_PRE80211
|
config WLAN_PRE80211
|
||||||
bool "Wireless LAN (pre-802.11)"
|
bool "Wireless LAN (pre-802.11)"
|
||||||
|
|
|
@ -218,6 +218,7 @@ config FIB_RULES
|
||||||
bool
|
bool
|
||||||
|
|
||||||
menu "Wireless"
|
menu "Wireless"
|
||||||
|
depends on !S390
|
||||||
|
|
||||||
source "net/wireless/Kconfig"
|
source "net/wireless/Kconfig"
|
||||||
source "net/mac80211/Kconfig"
|
source "net/mac80211/Kconfig"
|
||||||
|
|
Loading…
Reference in a new issue