mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
wifi: ath: Unify user-visible "Qualcomm" name
Various names for Qualcomm as a company are used in user-visible config options: QCOM, Qualcomm and Qualcomm Technologies. Switch to unified "Qualcomm" so it will be easier for users to identify the options when for example running menuconfig. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://patch.msgid.link/20260427070040.17928-2-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
This commit is contained in:
parent
0e39eea576
commit
2419d92ad3
|
|
@ -1,6 +1,6 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||
config ATH11K
|
||||
tristate "Qualcomm Technologies 802.11ax chipset support"
|
||||
tristate "Qualcomm 802.11ax chipset support"
|
||||
depends on MAC80211 && HAS_DMA
|
||||
select ATH_COMMON
|
||||
select QCOM_QMI_HELPERS
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||
config ATH12K
|
||||
tristate "Qualcomm Technologies Wi-Fi 7 support (ath12k)"
|
||||
tristate "Qualcomm Wi-Fi 7 support (ath12k)"
|
||||
depends on MAC80211 && HAS_DMA && PCI
|
||||
select QCOM_QMI_HELPERS
|
||||
select MHI_BUS
|
||||
|
|
@ -15,7 +15,7 @@ config ATH12K
|
|||
If you choose to build a module, it'll be called ath12k.
|
||||
|
||||
config ATH12K_AHB
|
||||
bool "QTI ath12k AHB support"
|
||||
bool "Qualcomm ath12k AHB support"
|
||||
depends on ATH12K && REMOTEPROC
|
||||
select QCOM_MDT_LOADER
|
||||
select QCOM_SCM
|
||||
|
|
@ -33,7 +33,7 @@ config ATH12K_DEBUG
|
|||
you want optimal performance choose N.
|
||||
|
||||
config ATH12K_DEBUGFS
|
||||
bool "QTI ath12k debugfs support"
|
||||
bool "Qualcomm ath12k debugfs support"
|
||||
depends on ATH12K && MAC80211_DEBUGFS
|
||||
help
|
||||
Enable ath12k debugfs support
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user