1 Star 0 Fork 0

Master/xradio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Kconfig 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
Karabek 提交于 2019-10-29 19:38 . Update Kconfig 5.3.7
# SPDX-License-Identifier: GPL-2.0-only
config WLAN_VENDOR_XRADIO
tristate "XRADIO WLAN support"
depends on MAC80211
default y
---help---
If you have a wireless card belonging to this class, say Y.
Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all
the questions about cards. If you say Y, you will be asked for
your specific card in the following questions.
if WLAN_VENDOR_XRADIO
config XRADIO_NON_POWER_OF_TWO_BLOCKSIZES
bool "Platform supports non-power-of-two SDIO transfer"
depends on WLAN_VENDOR_XRADIO
default y
---help---
Say N here only if you are running the driver on a platform
which does not have support for non-power-of-two SDIO transfer.
If unsure, say Y.
config XRADIO_5GHZ_SUPPORT
bool "5GHz band support"
depends on WLAN_VENDOR_XRADIO
default n
---help---
Say Y if your device supports 5GHz band. If unsure, say N.
config XRADIO_WAPI_SUPPORT
bool "WAPI support"
depends on WLAN_VENDOR_XRADIO
default n
---help---
Say Y if your compat-wireless support WAPI.
If unsure, say N.
config XRADIO_USE_EXTENSIONS
bool "Extensions for WFD and PS mode"
depends on WLAN_VENDOR_XRADIO
default y
---help---
Say Y if you want to include XR extensions
If unsure, say Y.
endif # WLAN_VENDOR_XRADIO
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zenvari/xradio.git
git@gitee.com:zenvari/xradio.git
zenvari
xradio
xradio
master

搜索帮助