ANDROID: GKI: Covnert Bluetooth HIDP as module

CONFIG_BT_HIDP: HIDP protocol support

HIDP (Human Interface Device Protocol) is a transport
layer for HID reports. HIDP is required for the Bluetooth
Human Interface Device Profile.

Bug: 232431151
Test: TH
Change-Id: Ibe9ed98370ecc9c9825c3a735070817d16254138
Signed-off-by: Ramji Jiyani <ramjiyani@google.com>
(cherry picked from commit 4747c631a478866edd2cd6e0c98ce8febedf6ab1)
This commit is contained in:
Ramji Jiyani 2022-11-15 19:33:44 +00:00
parent 56afa3f145
commit d39c7fb8b0
4 changed files with 4 additions and 2 deletions

View File

@ -31,6 +31,7 @@ _common_gki_modules_list = [
"drivers/usb/serial/usbserial.ko",
"mm/zsmalloc.ko",
"net/8021q/8021q.ko",
"net/bluetooth/hidp/hidp.ko",
"net/bluetooth/rfcomm/rfcomm.ko",
"net/can/can-bcm.ko",
"net/can/can-gw.ko",

View File

@ -7,6 +7,7 @@ drivers/usb/serial/ftdi_sio.ko
drivers/usb/serial/usbserial.ko
mm/zsmalloc.ko
net/8021q/8021q.ko
net/bluetooth/hidp/hidp.ko
net/bluetooth/rfcomm/rfcomm.ko
net/can/can-bcm.ko
net/can/can-gw.ko

View File

@ -260,7 +260,7 @@ CONFIG_CAN_GW=m
CONFIG_BT=y
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_HIDP=y
CONFIG_BT_HIDP=m
CONFIG_BT_HCIBTSDIO=y
CONFIG_BT_HCIUART=y
CONFIG_BT_HCIUART_LL=y

View File

@ -250,7 +250,7 @@ CONFIG_CAN_GW=m
CONFIG_BT=y
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_HIDP=y
CONFIG_BT_HIDP=m
CONFIG_BT_HCIBTSDIO=y
CONFIG_BT_HCIUART=y
CONFIG_BT_HCIUART_LL=y