Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 649f7740 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

ANDROID: GKI: Enable CONFIG_BT_HIDP as it is needed by some platforms



Might as well build it in so we don't have to worry about ABI issues
over time.

Bug: 157965270
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
Change-Id: I285bf3e3bf4bb9c649c3ac667834c6d12c7e1f4a
parent f8b7edc4
Loading
Loading
Loading
Loading
+0 −28
Original line number Diff line number Diff line
@@ -1258,34 +1258,6 @@
  typec_unregister_partner
  typec_unregister_port

# required by hidp.ko
  hid_add_device
  hid_allocate_device
  hid_destroy_device
  hid_ignore
  hid_input_report
  hid_parse_report
  input_allocate_device
  input_unregister_device
  l2cap_conn_get
  l2cap_conn_put
  l2cap_is_socket
  l2cap_register_user
  l2cap_unregister_user
  memscan
  __module_put_and_exit
  sockfd_lookup
  sock_no_accept
  sock_no_bind
  sock_no_connect
  sock_no_getname
  sock_no_getsockopt
  sock_no_listen
  sock_no_recvmsg
  sock_no_sendmsg
  sock_no_setsockopt
  sock_no_shutdown

# required by rfcomm.ko
  add_wait_queue_exclusive
  bt_accept_dequeue
+1 −0
Original line number Diff line number Diff line
@@ -208,6 +208,7 @@ CONFIG_NET_EMATCH_U32=y
CONFIG_NET_CLS_ACT=y
CONFIG_BPF_JIT=y
CONFIG_BT=y
CONFIG_BT_HIDP=y
CONFIG_CFG80211=y
# CONFIG_CFG80211_DEFAULT_PS is not set
# CONFIG_CFG80211_CRDA_SUPPORT is not set
+0 −1
Original line number Diff line number Diff line
CONFIG_CPUFREQ_DT=m
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_HIDP=m
CONFIG_BT_HCIBTSDIO=m
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_LL=y
+1 −0
Original line number Diff line number Diff line
@@ -184,6 +184,7 @@ CONFIG_NET_EMATCH_U32=y
CONFIG_NET_CLS_ACT=y
CONFIG_BPF_JIT=y
CONFIG_BT=y
CONFIG_BT_HIDP=y
CONFIG_CFG80211=y
# CONFIG_CFG80211_DEFAULT_PS is not set
# CONFIG_CFG80211_CRDA_SUPPORT is not set