diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-04-17 02:24:53 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-04-20 08:50:16 +0000 |
commit | 18d6f6f57829d4f50c3e09d75f6ea8ef1905253c (patch) | |
tree | d6c5a126b9fa13bdc9b58cdfe64e517eac440fd2 /meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux | |
parent | 029de35a172da31b083b86d93a79d787773dec11 (diff) |
meta-rcar-gen3: add CONFIG_INPUT_UINPUT to bluetooth.cfg
CONFIG_INPUT_UINPUT is needed for AVRCP controls to be registered
and function within bluez.
AGL-Bug: SPEC-540
Change-Id: Idbc63b8844fac595d73cb34f6a7eb4fb2243028d
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/bluetooth.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/bluetooth.cfg b/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/bluetooth.cfg index 55dd4a952..dd7c460bb 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/bluetooth.cfg +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/bluetooth.cfg @@ -30,3 +30,8 @@ CONFIG_BT_HCIBFUSB=m # CONFIG_BT_ATH3K is not set CONFIG_CRYPTO_ECB=m CONFIG_CRYPTO_CMAC=m + +# +# Bluetooth AVRCP support +# +CONFIG_INPUT_UINPUT=y |