2012-01-26 22:55:51

by Hauke Mehrtens

[permalink] [raw]
Subject: [PATCH] compat-wireless: fix some config options

Adds some missing config options interceded in the last time and remove
some old now unused config options.

Signed-off-by: Hauke Mehrtens <[email protected]>
---
config.mk | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/config.mk b/config.mk
index 4d2ad5c..9433ce9 100644
--- a/config.mk
+++ b/config.mk
@@ -281,6 +281,8 @@ CONFIG_ATH9K_COMMON=m
# for long range considerations.
CONFIG_ATH9K_RATE_CONTROL=y

+CONFIG_ATH9K_BTCOEX_SUPPORT=y
+
# PCI Drivers
ifdef CONFIG_PCI

@@ -288,10 +290,10 @@ CONFIG_ATH5K_PCI=y
CONFIG_ATH9K_PCI=y

CONFIG_IWLWIFI=m
+CONFIG_IWLWIFI_P2P=y
# CONFIG_IWLWIFI_DEBUG=y
# CONFIG_IWLWIFI_DEBUGFS=y
# CONFIG_IWLWIFI_DEVICE_TRACING=y
-# CONFIG_IWLWIFI_DEVICE_SVTOOL=y
# CONFIG_IWLWIFI_DEBUG_EXPERIMENTAL_UCODE=y

CONFIG_IWLEGACY=m
@@ -314,7 +316,6 @@ CONFIG_B43_PHY_LP=y
CONFIG_B43_PHY_N=y
CONFIG_B43_PHY_HT=y
# CONFIG_B43_PHY_LCN=y
-# CONFIG_B43_FORCE_PIO=y
# CONFIG_B43_DEBUG=y

CONFIG_B43LEGACY=m
@@ -375,7 +376,7 @@ CONFIG_BCMA_BLOCKIO=y
CONFIG_BCMA_HOST_PCI=y
# CONFIG_BCMA_DEBUG=y
CONFIG_B43_BCMA=y
-CONFIG_B43_BCMA_PIO=y
+CONFIG_B43_BCMA_EXTRA=y

CONFIG_P54_PCI=m

@@ -614,6 +615,7 @@ endif #CONFIG_COMPAT_KERNEL_2_6_27

ifndef CONFIG_COMPAT_KERNEL_2_6_29
CONFIG_BRCMFMAC=m
+CONFIG_BRCMFMAC_SDIO=y
endif #CONFIG_COMPAT_KERNEL_2_6_29

endif #CONFIG_MMC
--
1.7.5.4



2012-01-31 22:52:03

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [PATCH] compat-wireless: fix some config options

On Thu, Jan 26, 2012 at 2:55 PM, Hauke Mehrtens <[email protected]> wrote:
> Adds some missing config options interceded in the last time and remove
> some old now unused config options.
>
> Signed-off-by: Hauke Mehrtens <[email protected]>
> ---
>  config.mk |    8 +++++---
>  1 files changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/config.mk b/config.mk
> index 4d2ad5c..9433ce9 100644
> --- a/config.mk
> +++ b/config.mk
> @@ -281,6 +281,8 @@ CONFIG_ATH9K_COMMON=m
>  # for long range considerations.
>  CONFIG_ATH9K_RATE_CONTROL=y
>
> +CONFIG_ATH9K_BTCOEX_SUPPORT=y

Senthil, just a heads up. Given that the default in Kconfig is "y" I
will apply this patch. Not sure if we should also apply it to the
stable compat-wireless series.

Luis