mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
compile with ath9k* modules
Add support for ath9k* based devices in order to use common usb wifi dongles with ath9k_htc.
This commit is contained in:
parent
cea0f06385
commit
d5060c23b3
1 changed files with 11 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.3.0-7 Kernel Configuration
|
||||
# Linux/arm 3.3.0-9 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -1423,8 +1423,16 @@ CONFIG_RTL8187_LEDS=y
|
|||
CONFIG_WIFI_CONTROL_FUNC=y
|
||||
CONFIG_ATH_COMMON=m
|
||||
# CONFIG_ATH_DEBUG is not set
|
||||
# CONFIG_ATH9K is not set
|
||||
# CONFIG_ATH9K_HTC is not set
|
||||
CONFIG_ATH9K_HW=m
|
||||
CONFIG_ATH9K_COMMON=m
|
||||
CONFIG_ATH9K=m
|
||||
# CONFIG_ATH9K_AHB is not set
|
||||
# CONFIG_ATH9K_DEBUGFS is not set
|
||||
# CONFIG_ATH9K_DFS_CERTIFIED is not set
|
||||
CONFIG_ATH9K_RATE_CONTROL=y
|
||||
CONFIG_ATH9K_BTCOEX_SUPPORT=y
|
||||
CONFIG_ATH9K_HTC=m
|
||||
# CONFIG_ATH9K_HTC_DEBUGFS is not set
|
||||
# CONFIG_CARL9170 is not set
|
||||
CONFIG_ATH6KL=m
|
||||
# CONFIG_ATH6KL_DEBUG is not set
|
||||
|
|
Loading…
Reference in a new issue