2013-06-09 16:59:52

by Hauke Mehrtens

[permalink] [raw]
Subject: [PATCH 1/2] bcma: activate PCI host option by default

Most users are using bcma with a PCIe card, activate support for
this by default.

Signed-off-by: Hauke Mehrtens <[email protected]>
---
drivers/bcma/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/bcma/Kconfig b/drivers/bcma/Kconfig
index 8b4221c..380a200 100644
--- a/drivers/bcma/Kconfig
+++ b/drivers/bcma/Kconfig
@@ -26,6 +26,7 @@ config BCMA_HOST_PCI_POSSIBLE
config BCMA_HOST_PCI
bool "Support for BCMA on PCI-host bus"
depends on BCMA_HOST_PCI_POSSIBLE
+ default y

config BCMA_DRIVER_PCI_HOSTMODE
bool "Driver for PCI core working in hostmode"
--
1.7.10.4



2013-06-09 16:59:53

by Hauke Mehrtens

[permalink] [raw]
Subject: [PATCH 2/2] b43: activate N-PHY and HT-PHY support by default

N-PHY and HT-PHY support is more or less stable and should be activated
by default.

Signed-off-by: Hauke Mehrtens <[email protected]>
---
drivers/net/wireless/b43/Kconfig | 2 ++
1 file changed, 2 insertions(+)

diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig
index 078e6f3..83cfaf5 100644
--- a/drivers/net/wireless/b43/Kconfig
+++ b/drivers/net/wireless/b43/Kconfig
@@ -111,6 +111,7 @@ config B43_PIO
config B43_PHY_N
bool "Support for 802.11n (N-PHY) devices"
depends on B43
+ default y
---help---
Support for the N-PHY.

@@ -132,6 +133,7 @@ config B43_PHY_LP
config B43_PHY_HT
bool "Support for HT-PHY (high throughput) devices"
depends on B43 && B43_BCMA
+ default y
---help---
Support for the HT-PHY.

--
1.7.10.4


2013-06-10 09:44:09

by Rafał Miłecki

[permalink] [raw]
Subject: Re: [PATCH 1/2] bcma: activate PCI host option by default

2013/6/9 Hauke Mehrtens <[email protected]>:
> Most users are using bcma with a PCIe card, activate support for
> this by default.

Both look sane, thanks.

--
Rafał