From: Aymen Zayet Date: Tue, 22 Nov 2011 13:55:14 +0000 (+0100) Subject: kernel: enable CONFIG_RFKILL. X-Git-Tag: 2.1b_release~1848 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3566c0607c374883b498b31b8d92718389b489eb;p=kernel%2Fkernel-mfld-blackbay.git kernel: enable CONFIG_RFKILL. BZ: 15061 Enable full control of the Radio from the user space. Feature required by some wifi applications. Change-Id: Ic9e5276e84f2a30e4f7f1abc7c1b71b646b06127 Signed-off-by: Aymen Zayet Reviewed-on: http://android.intel.com:8080/25382 Reviewed-by: Champciaux, NicolasX Tested-by: Champciaux, NicolasX Reviewed-by: buildbot Tested-by: buildbot --- diff --git a/arch/x86/configs/i386_mfld_defconfig b/arch/x86/configs/i386_mfld_defconfig index 15cbc22..9019aa0 100644 --- a/arch/x86/configs/i386_mfld_defconfig +++ b/arch/x86/configs/i386_mfld_defconfig @@ -646,7 +646,10 @@ CONFIG_XPS=y # CONFIG_AF_RXRPC is not set # CONFIG_WIRELESS is not set # CONFIG_WIMAX is not set -# CONFIG_RFKILL is not set +CONFIG_RFKILL=y +CONFIG_RFKILL_PM=m +# CONFIG_RFKILL_INPUT is not set +# CONFIG_RFKILL_REGULATOR is not set # CONFIG_NET_9P is not set # CONFIG_CAIF is not set # CONFIG_CEPH_LIB is not set