Kconfig 288 B

12345678910111213141516171819
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # WiMAX LAN device drivers configuration
  4. #
  5. comment "Enable WiMAX (Networking options) to see the WiMAX drivers"
  6. depends on WIMAX = n
  7. if WIMAX
  8. menu "WiMAX Wireless Broadband devices"
  9. source "drivers/net/wimax/i2400m/Kconfig"
  10. endmenu
  11. endif