PageRenderTime 62ms CodeModel.GetById 32ms RepoModel.GetById 0ms app.codeStats 0ms

/drivers/net/wimax/Kconfig

https://bitbucket.org/slukk/jb-tsm-kernel-4.2
#! | 17 lines | 10 code | 7 blank | 0 comment | 0 complexity | 5355133875ebd64d1061bd9daf45a7bd MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
  1. #
  2. # WiMAX LAN device drivers configuration
  3. #
  4. comment "Enable WiMAX (Networking options) to see the WiMAX drivers"
  5. depends on WIMAX = n
  6. if WIMAX
  7. menu "WiMAX Wireless Broadband devices"
  8. source "drivers/net/wimax/i2400m/Kconfig"
  9. endmenu
  10. endif