Skip to content
Snippets Groups Projects
Commit 262cec2f authored by Helmut Schaa's avatar Helmut Schaa Committed by Felix Fietkau
Browse files

mac80211: Allow selection of TX99 support in ath9k


Add a new config option to enable TX99 support in ath9k.

Signed-off-by: default avatarHelmut Schaa <helmut.schaa@googlemail.com>
parent 01714243
No related branches found
No related tags found
No related merge requests found
......@@ -239,6 +239,10 @@ define KernelPackage/ath9k/config
bool "Support chips used in PC OEM cards"
depends on PACKAGE_kmod-ath9k
config ATH9K_TX99
bool "Enable TX99 support"
depends on PACKAGE_kmod-ath9k
endef
define KernelPackage/ath9k-htc
......@@ -1518,6 +1522,7 @@ config-$(CONFIG_TARGET_ar71xx) += ATH9K_AHB
config-$(CONFIG_PCI) += ATH9K_PCI
config-$(CONFIG_ATH_USER_REGD) += ATH_USER_REGD
config-$(CONFIG_ATH9K_SUPPORT_PCOEM) += ATH9K_PCOEM
config-$(CONFIG_ATH9K_TX99) += ATH9K_TX99
config-$(call config_package,ath9k-htc) += ATH9K_HTC
config-$(call config_package,ath10k) += ATH10K ATH10K_PCI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment