Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(865)

Unified Diff: chromeos/scripts/compat_wireless_config

Issue 3561007: Adding ath6kl driver support to compat-wireless (Closed) Base URL: http://git.chromium.org/git/kernel.git
Patch Set: Enabling certain config options by default. Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/compat-wireless/drivers/staging/ath6kl/wmi/wmi_host.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/scripts/compat_wireless_config
diff --git a/chromeos/scripts/compat_wireless_config b/chromeos/scripts/compat_wireless_config
index 8adc2fe87db58d89574f6d36325c1acb3c446b5d..ac79376d5fa0ea633fc664426d860b54e7b0bcf0 100755
--- a/chromeos/scripts/compat_wireless_config
+++ b/chromeos/scripts/compat_wireless_config
@@ -61,6 +61,15 @@ COMPAT_CONFIG='
CONFIG_USB_NET_COMPAT_CDCETHER=m
CONFIG_USB_NET_COMPAT_RNDIS_HOST=m
CONFIG_USB_COMPAT_USBNET=m
+
+ CONFIG_COMPAT_STAGING=m
+ CONFIG_ATH6K_LEGACY=m
+ CONFIG_ATH6KL_CFG80211=y
+ CONFIG_ATH6KL_DEBUG=y
+ CONFIG_ATH6KL_ENABLE_TARGET_DEBUG_PRINTS=y
+ CONFIG_ATH6KL_VIRTUAL_SCATTER_GATHER=y
+ CONFIG_AR600x_DEBUG_UART_TX_PIN=8
+ CONFIG_AR600x_SD31_XXX=y
'
echo "Configure compat-wireless: ${COMPAT_CONFIG}"
« no previous file with comments | « chromeos/compat-wireless/drivers/staging/ath6kl/wmi/wmi_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698