diff options
author | jklug <jklug@jklugUB14LTS> | 2016-07-25 11:04:13 -0500 |
---|---|---|
committer | jklug <jklug@jklugUB14LTS> | 2016-07-25 11:04:13 -0500 |
commit | e8fef0c91691cdb00c70a6f96b85e3798c7ffc72 (patch) | |
tree | c76a648e0e92446839d5aa606954e296d937f0d6 /recipes-kernel | |
parent | 0f6d746e415edeb374a47b40145b07aa0c5cf758 (diff) | |
download | meta-multitech-e8fef0c91691cdb00c70a6f96b85e3798c7ffc72.tar.gz meta-multitech-e8fef0c91691cdb00c70a6f96b85e3798c7ffc72.tar.bz2 meta-multitech-e8fef0c91691cdb00c70a6f96b85e3798c7ffc72.zip |
Add rfkill.ko driver for Redpine, wpa_supplicant bluetooth command.
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-3.12.27/mtcdt/defconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-3.12.27/mtcdt/defconfig b/recipes-kernel/linux/linux-3.12.27/mtcdt/defconfig index 772269c..6dbcf5d 100644 --- a/recipes-kernel/linux/linux-3.12.27/mtcdt/defconfig +++ b/recipes-kernel/linux/linux-3.12.27/mtcdt/defconfig @@ -873,7 +873,10 @@ CONFIG_MAC80211_LEDS=y # CONFIG_MAC80211_MESSAGE_TRACING is not set # CONFIG_MAC80211_DEBUG_MENU is not set # CONFIG_WIMAX is not set -# CONFIG_RFKILL is not set +CONFIG_RFKILL=m +CONFIG_RFKILL_LEDS=y +# CONFIG_RFKILL_INPUT is not set +CONFIG_RFKILL_GPIO=m # CONFIG_NET_9P is not set # CONFIG_CAIF is not set # CONFIG_CEPH_LIB is not set @@ -1269,6 +1272,7 @@ CONFIG_USB_NET_ZAURUS=m CONFIG_USB_NET_CX82310_ETH=m # CONFIG_USB_NET_KALMIA is not set CONFIG_USB_NET_QMI_WWAN=m +# CONFIG_USB_HSO is not set CONFIG_USB_NET_INT51X1=m CONFIG_USB_IPHETH=m CONFIG_USB_SIERRA_NET=m |