From 5726a26dd7c15b4de9da5e417676f0daf53b559f Mon Sep 17 00:00:00 2001 From: Joakim Andersson Date: Wed, 26 Feb 2020 13:14:13 +0100 Subject: [PATCH] Bluetooth: samples: hci_uart: Remove unneeded config options Remove data length and phy update set to 'n' on board that does not support these features anyway. BT_CTLR_DATA_LEN_SUPPORTED and BT_CTLR_PHY_UPDATE_SUPPORTED are both set to 'n'. Signed-off-by: Joakim Andersson --- samples/bluetooth/hci_uart/boards/bbc_microbit.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/bluetooth/hci_uart/boards/bbc_microbit.conf b/samples/bluetooth/hci_uart/boards/bbc_microbit.conf index bd1235868b2..bcf787ade63 100644 --- a/samples/bluetooth/hci_uart/boards/bbc_microbit.conf +++ b/samples/bluetooth/hci_uart/boards/bbc_microbit.conf @@ -4,5 +4,3 @@ CONFIG_MAIN_STACK_SIZE=512 CONFIG_IDLE_STACK_SIZE=256 CONFIG_ISR_STACK_SIZE=512 CONFIG_BT_MAX_CONN=10 -CONFIG_BT_PHY_UPDATE=n -CONFIG_BT_DATA_LEN_UPDATE=n