Linux Audio

Check our new training course

Loading...
 1# SPDX-License-Identifier: GPL-2.0-only
 2#
 3# WiMAX LAN device drivers configuration
 4#
 5
 6
 7comment "Enable WiMAX (Networking options) to see the WiMAX drivers"
 8	depends on WIMAX = n
 9
10if WIMAX
11
12menu "WiMAX Wireless Broadband devices"
13
14source "drivers/net/wimax/i2400m/Kconfig"
15
16endmenu
17
18endif