mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 13:36:45 +07:00
ce5eb7a292
i2400m-sdio requires iwmc3200top for its operation Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Acked-by: Inaky Perez-Gonzalez <inaky@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
58 lines
1.5 KiB
Plaintext
58 lines
1.5 KiB
Plaintext
|
|
config WIMAX_I2400M
|
|
tristate
|
|
depends on WIMAX
|
|
select FW_LOADER
|
|
|
|
comment "Enable USB support to see WiMAX USB drivers"
|
|
depends on USB = n
|
|
|
|
comment "Enable MMC support to see WiMAX SDIO drivers"
|
|
depends on MMC = n
|
|
|
|
config WIMAX_I2400M_USB
|
|
tristate "Intel Wireless WiMAX Connection 2400 over USB (including 5x50)"
|
|
depends on WIMAX && USB
|
|
select WIMAX_I2400M
|
|
help
|
|
Select if you have a device based on the Intel WiMAX
|
|
Connection 2400 over USB (like any of the Intel Wireless
|
|
WiMAX/WiFi Link 5x50 series).
|
|
|
|
If unsure, it is safe to select M (module).
|
|
|
|
config WIMAX_I2400M_SDIO
|
|
tristate "Intel Wireless WiMAX Connection 2400 over SDIO"
|
|
depends on WIMAX && MMC
|
|
select WIMAX_I2400M
|
|
help
|
|
Select if you have a device based on the Intel WiMAX
|
|
Connection 2400 over SDIO.
|
|
|
|
If unsure, it is safe to select M (module).
|
|
|
|
config WIMAX_IWMC3200_SDIO
|
|
bool "Intel Wireless Multicom WiMAX Connection 3200 over SDIO"
|
|
depends on WIMAX_I2400M_SDIO
|
|
select IWMC3200TOP
|
|
help
|
|
Select if you have a device based on the Intel Multicom WiMAX
|
|
Connection 3200 over SDIO.
|
|
|
|
config WIMAX_I2400M_DEBUG_LEVEL
|
|
int "WiMAX i2400m debug level"
|
|
depends on WIMAX_I2400M
|
|
default 8
|
|
help
|
|
|
|
Select the maximum debug verbosity level to be compiled into
|
|
the WiMAX i2400m driver code.
|
|
|
|
By default, this is disabled at runtime and can be
|
|
selectively enabled at runtime for different parts of the
|
|
code using the sysfs debug-levels file.
|
|
|
|
If set at zero, this will compile out all the debug code.
|
|
|
|
It is recommended that it is left at 8.
|