From 18d6f6f57829d4f50c3e09d75f6ea8ef1905253c Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Mon, 17 Apr 2017 02:24:53 +0000 Subject: 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 --- meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/bluetooth.cfg | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit 1.2.3-korg