repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
net
/
wimax
/
Kconfig
blob
2249e3d77a766b9e713876c40b789cac6bd01b1c
1
# SPDX-License-Identifier: GPL-2.0-only
2
#
3
# WiMAX LAN device drivers configuration
4
#
5
6
7
comment "Enable WiMAX (Networking options) to see the WiMAX drivers"
8
depends on WIMAX = n
9
10
if WIMAX
11
12
menu "WiMAX Wireless Broadband devices"
13
14
source "drivers/net/wimax/i2400m/Kconfig"
15
16
endmenu
17
18
endif