linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: exynos_defconfig: Enable Marvell WiFi-Ex support
@ 2015-02-15  9:28 Javier Martinez Canillas
  2015-03-12 12:00 ` Kukjin Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Javier Martinez Canillas @ 2015-02-15  9:28 UTC (permalink / raw)
  To: linux-arm-kernel

Exynos5420 Peach Pit and Exynos5800 Peach Pi boards have a MMC/SDIO
Marvell WiFi-Ex chip. This patch enables wireless support and the
mwifiex driver.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
---
 arch/arm/configs/exynos_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index 70e5d0bdb4e4..dcef516bcd0d 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -34,6 +34,10 @@ CONFIG_PACKET=y
 CONFIG_UNIX=y
 CONFIG_NET_KEY=y
 CONFIG_INET=y
+CONFIG_WIRELESS=y
+CONFIG_CFG80211=y
+CONFIG_MWIFIEX=y
+CONFIG_MWIFIEX_SDIO=y
 CONFIG_RFKILL_REGULATOR=y
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_DEVTMPFS=y
-- 
2.1.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: exynos_defconfig: Enable Marvell WiFi-Ex support
  2015-02-15  9:28 [PATCH] ARM: exynos_defconfig: Enable Marvell WiFi-Ex support Javier Martinez Canillas
@ 2015-03-12 12:00 ` Kukjin Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2015-03-12 12:00 UTC (permalink / raw)
  To: linux-arm-kernel

Martinez Canillas wrote:
> 
> Exynos5420 Peach Pit and Exynos5800 Peach Pi boards have a MMC/SDIO
> Marvell WiFi-Ex chip. This patch enables wireless support and the
> mwifiex driver.
> 
> Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
> ---
>  arch/arm/configs/exynos_defconfig | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
> index 70e5d0bdb4e4..dcef516bcd0d 100644
> --- a/arch/arm/configs/exynos_defconfig
> +++ b/arch/arm/configs/exynos_defconfig
> @@ -34,6 +34,10 @@ CONFIG_PACKET=y
>  CONFIG_UNIX=y
>  CONFIG_NET_KEY=y
>  CONFIG_INET=y
> +CONFIG_WIRELESS=y
> +CONFIG_CFG80211=y
> +CONFIG_MWIFIEX=y
> +CONFIG_MWIFIEX_SDIO=y
>  CONFIG_RFKILL_REGULATOR=y
>  CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
>  CONFIG_DEVTMPFS=y
> --

OK, will apply.

Thanks,
Kukjin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-12 12:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-15  9:28 [PATCH] ARM: exynos_defconfig: Enable Marvell WiFi-Ex support Javier Martinez Canillas
2015-03-12 12:00 ` Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).