From 735f106cef2c40f18a258cf3310e7a17bfe6c7c0 Mon Sep 17 00:00:00 2001 From: gwl Date: Wed, 12 Mar 2014 10:25:38 +0800 Subject: [PATCH] wifi: add wifi configuration into rockchip_defconfig. --- arch/arm/configs/rockchip_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/configs/rockchip_defconfig b/arch/arm/configs/rockchip_defconfig index 7e02d841656b..56482e38f02c 100755 --- a/arch/arm/configs/rockchip_defconfig +++ b/arch/arm/configs/rockchip_defconfig @@ -271,6 +271,10 @@ CONFIG_USB_HSO=y CONFIG_USB_NET_INT51X1=y CONFIG_USB_IPHETH=y CONFIG_USB_SIERRA_NET=y +CONFIG_WLAN=y +CONFIG_RKWIFI=y +CONFIG_RK903=y +CONFIG_RKWIFI_26M=y # CONFIG_INPUT_MOUSEDEV is not set CONFIG_INPUT_EVDEV=y CONFIG_INPUT_KEYRESET=y -- 2.34.1