Kconfig 248 B

1234567891011121314151617
  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