diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-06-04 08:22:25 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-06-04 10:58:15 -0400 |
commit | 0c0c9e7076b69f93678e4ec711e2bf237398e623 (patch) | |
tree | 37c21120d157f54da5310569ad7ccff51e72e47c | |
parent | 2489e4ea6cfd1c0f3fe839f90363abccbbdb7745 (diff) |
wimax: depend on rfkill properlymaster-2009-06-04
My mistake, I should have added that when cleaning up
rfkill and changing wimax.
Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | net/wimax/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wimax/Kconfig b/net/wimax/Kconfig index 0bdbb692820..e4d97ab476d 100644 --- a/net/wimax/Kconfig +++ b/net/wimax/Kconfig @@ -4,6 +4,7 @@ menuconfig WIMAX tristate "WiMAX Wireless Broadband support" + depends on RFKILL || !RFKILL help Select to configure support for devices that provide |