Explicitly set defaults for new config variables for ath5k, ath9k

svn path=/dists/trunk/linux-2.6/; revision=17502
This commit is contained in:
Ben Hutchings 2011-05-30 21:15:58 +00:00
parent 6373027e2f
commit 45faba7cd2
1 changed files with 4 additions and 1 deletions

View File

@ -1868,14 +1868,17 @@ CONFIG_AR9170_USB=m
##
CONFIG_ATH5K=m
# CONFIG_ATH5K_DEBUG is not set
# CONFIG_ATH5K_TRACER is not set
##
## file: drivers/net/wireless/ath/ath9k/Kconfig
##
CONFIG_ATH9K=m
CONFIG_ATH9K_PCI=y
# CONFIG_ATH9K_AHB is not set
# CONFIG_ATH9K_DEBUGFS is not set
CONFIG_ATH9K_RATE_CONTROL=y
CONFIG_ATH9K_HTC=m
# CONFIG_ATH9K_DEBUGFS is not set
# CONFIG_ATH9K_HTC_DEBUGFS is not set
##