diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2015-03-17 16:42:17 +0100 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-03-17 16:42:17 +0100 |
commit | 040464888a1acde0f1df9d16842652e7a0e3c780 (patch) | |
tree | bb5f49cd0ab44ce35fbe93987bd8391000552931 /arch/arm/configs/exynos_defconfig | |
parent | ARM: exynos_defconfig: Disable IOMMU support (diff) | |
download | linux-040464888a1acde0f1df9d16842652e7a0e3c780.tar.xz linux-040464888a1acde0f1df9d16842652e7a0e3c780.zip |
ARM: exynos_defconfig: Enable Marvell WiFi-Ex support
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>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/configs/exynos_defconfig')
-rw-r--r-- | arch/arm/configs/exynos_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 3d22aae39a83..b3ec9d45ca58 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 |