public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: exynos_defconfig: add options to make wifi usable
@ 2015-05-11 10:22 Michal Suchanek
  2015-05-11 11:25 ` Javier Martinez Canillas
  2015-05-11 12:37 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 6+ messages in thread
From: Michal Suchanek @ 2015-05-11 10:22 UTC (permalink / raw)
  To: linux-arm-kernel, Russell King, Kukjin Kim,
	Javier Martinez Canillas, Krzysztof Kozlowski, Lukasz Majewski,
	Andreas Faerber, Sachin Kamat, Sjoerd Simons, Rafael J. Wysocki,
	linux-samsung-soc, linux-kernel


The Exynos defconfig includes mwifiex sdio support which is present on
some of the Exynos boards.

For the WiFi to be usable two extra options are needed. Usermode
firmware helper to load out-of-kernel firmware and wireless extensions
so the interface can be configured with wireless-tools.

Signed-off-by: Michal Suchanek <hramrach@gmail.com>
---
 arch/arm/configs/exynos_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index d034c96..5d4ee83f 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -42,6 +42,7 @@ CONFIG_IP_PNP_BOOTP=y
 CONFIG_IP_PNP_RARP=y
 CONFIG_WIRELESS=y
 CONFIG_CFG80211=y
+CONFIG_CFG80211_WEXT=y
 CONFIG_MWIFIEX=y
 CONFIG_MWIFIEX_SDIO=y
 CONFIG_RFKILL_REGULATOR=y
@@ -49,6 +50,7 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_PROC_DEVICETREE=y
+CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
 CONFIG_DMA_CMA=y
 CONFIG_CMA_SIZE_MBYTES=64
 CONFIG_BLK_DEV_LOOP=y
-- 
2.1.4


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

end of thread, other threads:[~2015-05-12 14:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-11 10:22 [PATCH] ARM: exynos_defconfig: add options to make wifi usable Michal Suchanek
2015-05-11 11:25 ` Javier Martinez Canillas
2015-05-11 12:23   ` Michal Suchanek
2015-05-11 13:28     ` Javier Martinez Canillas
2015-05-12 14:43       ` Michal Suchanek
2015-05-11 12:37 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox