aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuodong Xu <guodong.xu@linaro.org>2016-04-02 07:47:54 -0400
committerWei Xu <xuwei5@hisilicon.com>2016-04-26 05:32:17 -0400
commitd1b4cad61ba1273755c41fa40ae0feb53c3e49b2 (patch)
treee90ca7b2e01e73eda4df4ad63d6e8d1262135a16
parent3cf5d6c046cfbae007d7b60f41888a3687435c25 (diff)
arm64: defconfig: enable configs for WLAN and TI WL1835 as modules
This patch enables TI WL1835 and builds as module. It also enables CFG80211, MAC80211, RFKILL and several CRYPTOs which are required by WLAN. 96boards HiKey uses TI WLAN/BT combo module WL1835MOD. Signed-off-by: Guodong Xu <guodong.xu@linaro.org> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
-rw-r--r--arch/arm64/configs/defconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index ddce9cdf67f2..da3df55bf02a 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -84,7 +84,10 @@ CONFIG_IP_PNP_DHCP=y
84CONFIG_IP_PNP_BOOTP=y 84CONFIG_IP_PNP_BOOTP=y
85# CONFIG_IPV6 is not set 85# CONFIG_IPV6 is not set
86CONFIG_BPF_JIT=y 86CONFIG_BPF_JIT=y
87# CONFIG_WIRELESS is not set 87CONFIG_CFG80211=m
88CONFIG_MAC80211=m
89CONFIG_MAC80211_LEDS=y
90CONFIG_RFKILL=m
88CONFIG_NET_9P=y 91CONFIG_NET_9P=y
89CONFIG_NET_9P_VIRTIO=y 92CONFIG_NET_9P_VIRTIO=y
90CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 93CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
@@ -128,7 +131,8 @@ CONFIG_USB_NET_SMSC75XX=m
128CONFIG_USB_NET_SMSC95XX=m 131CONFIG_USB_NET_SMSC95XX=m
129CONFIG_USB_NET_PLUSB=m 132CONFIG_USB_NET_PLUSB=m
130CONFIG_USB_NET_MCS7830=m 133CONFIG_USB_NET_MCS7830=m
131# CONFIG_WLAN is not set 134CONFIG_WL18XX=m
135CONFIG_WLCORE_SDIO=m
132CONFIG_INPUT_EVDEV=y 136CONFIG_INPUT_EVDEV=y
133CONFIG_KEYBOARD_GPIO=y 137CONFIG_KEYBOARD_GPIO=y
134# CONFIG_SERIO_SERPORT is not set 138# CONFIG_SERIO_SERPORT is not set