mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 16:24:28 +08:00
test-runner: Enable BT_HCIUART and BT_HCIUART_H4
These options are required when running with -u option since that uses H4 headers to serialize the communication of host and guest.
This commit is contained in:
parent
7bcd32e67e
commit
67b325c614
@ -41,6 +41,8 @@ For Bluetooth functionality:
|
||||
CONFIG_BT_HIDP=y
|
||||
CONFIG_BT_LE=y
|
||||
|
||||
CONFIG_BT_HCIUART=y
|
||||
CONFIG_BT_HCIUART_H4=y
|
||||
CONFIG_BT_HCIVHCI=y
|
||||
|
||||
CONFIG_CRYPTO_CMAC=y
|
||||
|
@ -34,6 +34,8 @@ CONFIG_BT_MSFTEXT=y
|
||||
CONFIG_BT_AOSPEXT=y
|
||||
CONFIG_BT_FEATURE_DEBUG=y
|
||||
|
||||
CONFIG_BT_HCIUART=y
|
||||
CONFIG_BT_HCIUART_H4=y
|
||||
CONFIG_BT_HCIVHCI=y
|
||||
|
||||
CONFIG_CRYPTO_CMAC=y
|
||||
|
Loading…
Reference in New Issue
Block a user