diff options
author | John Klug <john.klug@multitech.com> | 2017-02-28 17:49:54 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-02-28 17:49:54 -0600 |
commit | c2b447486290c2b7e70204d921b1950dcb365135 (patch) | |
tree | a69d4aa2b148b588a8c899d435a45ede17c44919 /recipes-kernel/linux | |
parent | b97bc8996ad22ac770fcc98fec966d1fc5fea2a6 (diff) | |
download | meta-multitech-c2b447486290c2b7e70204d921b1950dcb365135.tar.gz meta-multitech-c2b447486290c2b7e70204d921b1950dcb365135.tar.bz2 meta-multitech-c2b447486290c2b7e70204d921b1950dcb365135.zip |
Add rfkill for wifi
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r-- | recipes-kernel/linux/linux-3.12.27/mtcap/defconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-3.12.27/mtcap/defconfig b/recipes-kernel/linux/linux-3.12.27/mtcap/defconfig index 155ff82..9854c64 100644 --- a/recipes-kernel/linux/linux-3.12.27/mtcap/defconfig +++ b/recipes-kernel/linux/linux-3.12.27/mtcap/defconfig @@ -876,7 +876,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 |