Skip to content

Commit

Permalink
config: renable CONFIG_ATH9K_HTC
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed Jun 4, 2014
1 parent 7ea9bf8 commit 9fb658a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
13 changes: 11 additions & 2 deletions patches/defconfig
Expand Up @@ -1987,8 +1987,17 @@ CONFIG_MAC80211_HWSIM=m
CONFIG_ATH_COMMON=m
CONFIG_ATH_CARDS=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_BTCOEX_SUPPORT=y
CONFIG_ATH9K=m
# CONFIG_ATH9K_AHB is not set
# CONFIG_ATH9K_DEBUGFS is not set
# CONFIG_ATH9K_WOW is not set
# CONFIG_ATH9K_LEGACY_RATE_CONTROL is not set
CONFIG_ATH9K_RFKILL=y
CONFIG_ATH9K_HTC=m
# CONFIG_ATH9K_HTC_DEBUGFS is not set
CONFIG_CARL9170=m
CONFIG_CARL9170_LEDS=y
CONFIG_CARL9170_WPC=y
Expand Down
14 changes: 0 additions & 14 deletions tools/config-checker.sh
Expand Up @@ -2759,18 +2759,4 @@ echo "#Bugs:"
config="CONFIG_CRYPTO_MANAGER_DISABLE_TESTS"
check_config_builtin

config="CONFIG_DRM_VIVANTE"
check_config_disable

config="CONFIG_ATH9K_HW"
check_config_disable
config="CONFIG_ATH9K_COMMON"
check_config_disable
config="CONFIG_ATH9K_BTCOEX_SUPPORT"
check_config_disable
config="CONFIG_ATH9K"
check_config_disable
config="CONFIG_ATH9K_HTC"
check_config_disable

#
2 changes: 1 addition & 1 deletion version.sh
Expand Up @@ -29,7 +29,7 @@ toolchain="gcc_linaro_gnueabihf_4_8"
#Kernel/Build
KERNEL_REL=3.14
KERNEL_TAG=${KERNEL_REL}.5
BUILD=armv7-x7.1
BUILD=armv7-x7.2

#v3.X-rcX + upto SHA
#KERNEL_SHA=""
Expand Down

0 comments on commit 9fb658a

Please sign in to comment.