From 69a7278bad3f8609e7637c6298108e67d89dd56b Mon Sep 17 00:00:00 2001 From: Joakim Andersson Date: Wed, 26 Feb 2020 13:03:25 +0100 Subject: [PATCH] Bluetooth: samples: hci_uart: Remove unsupported configuration Remove BT_CTLR_DTM_HCI=y config which is not supported for this board. This produced the following warning: warning: BT_CTLR_DTM_HCI was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: BT_CTLR_DTM_HCI_SUPPORT (=n). Signed-off-by: Joakim Andersson --- samples/bluetooth/hci_uart/boards/rv32m1_vega_ri5cy.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/bluetooth/hci_uart/boards/rv32m1_vega_ri5cy.conf b/samples/bluetooth/hci_uart/boards/rv32m1_vega_ri5cy.conf index ee461fc124f..3ac53a45821 100644 --- a/samples/bluetooth/hci_uart/boards/rv32m1_vega_ri5cy.conf +++ b/samples/bluetooth/hci_uart/boards/rv32m1_vega_ri5cy.conf @@ -14,7 +14,6 @@ CONFIG_BT=y CONFIG_BT_HCI_RAW=y CONFIG_BT_MAX_CONN=16 CONFIG_BT_TINYCRYPT_ECC=n -CONFIG_BT_CTLR_DTM_HCI=y CONFIG_BT_CTLR_ASSERT_HANDLER=y CONFIG_UART_RV32M1_LPUART_0=y