Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127839
b: refs/heads/master
c: 71f78af
h: refs/heads/master
i:
  127837: 056ab94
  127835: bd65b33
  127831: f632982
  127823: 0866fef
  127807: 0f30761
v: v3
  • Loading branch information
Inaky Perez-Gonzalez authored and David S. Miller committed Jan 8, 2009
1 parent d13b411 commit e362ad5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d48e470f76887d0befe025049158aeb6c1219d71
refs/heads/master: 71f78afd67ca51d3656ba45aea293d6e2a27c8bc
14 changes: 14 additions & 0 deletions trunk/net/wimax/Kconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
#
# WiMAX LAN device configuration
#
# Note the ugly 'depends on' on WIMAX: that disallows RFKILL to be a
# module if WIMAX is to be linked in. The WiMAX code is done in such a
# way that it doesn't require and explicit dependency on RFKILL in
# case an embedded system wants to rip it out.
#
# As well, enablement of the RFKILL code means we need the INPUT layer
# support to inject events coming from hw rfkill switches. That
# dependency could be killed if input.h provided appropiate means to
# work when input is disabled.

comment "WiMAX Wireless Broadband support requires CONFIG_INPUT enabled"
depends on INPUT = n && RFKILL != n

menuconfig WIMAX
tristate "WiMAX Wireless Broadband support"
depends on (y && RFKILL != m) || m
depends on (INPUT && RFKILL != n) || RFKILL = n
help

Select to configure support for devices that provide
Expand Down

0 comments on commit e362ad5

Please sign in to comment.