qemu: Use BT_UART instead of BT_NO_DRIVER to enable serial port
The CONFIG_BT_NO_DRIVER option will be going away. Use the CONFIG_BT_UART option instead (selected by UART HCI drivers) to determine whether to enable the qemu serial port for Bluetooth. Signed-off-by: Johan Hedberg <johan.hedberg@gmail.com>
This commit is contained in:
parent
1824dcda7c
commit
c68770eda8
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ endif()
|
|||
# Add a BT serial device when building for bluetooth, unless the
|
||||
# application explicitly opts out with NO_QEMU_SERIAL_BT_SERVER.
|
||||
if(CONFIG_BT)
|
||||
if(CONFIG_BT_NO_DRIVER)
|
||||
if(NOT CONFIG_BT_UART)
|
||||
set(NO_QEMU_SERIAL_BT_SERVER 1)
|
||||
endif()
|
||||
if(NOT NO_QEMU_SERIAL_BT_SERVER)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue