rk3568_ubuntu_r60_v1.3.2/kernel/drivers/net/wimax/Kconfig

18 lines
248 B
Plaintext
Raw Normal View History

2023-11-03 14:12:44 +08:00
#
# WiMAX LAN device drivers configuration
#
comment "Enable WiMAX (Networking options) to see the WiMAX drivers"
depends on WIMAX = n
if WIMAX
menu "WiMAX Wireless Broadband devices"
source "drivers/net/wimax/i2400m/Kconfig"
endmenu
endif