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 <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2020-02-26 13:14:13 +01:00 committed by Andrew Boie
commit 5726a26dd7

View file

@ -4,5 +4,3 @@ CONFIG_MAIN_STACK_SIZE=512
CONFIG_IDLE_STACK_SIZE=256 CONFIG_IDLE_STACK_SIZE=256
CONFIG_ISR_STACK_SIZE=512 CONFIG_ISR_STACK_SIZE=512
CONFIG_BT_MAX_CONN=10 CONFIG_BT_MAX_CONN=10
CONFIG_BT_PHY_UPDATE=n
CONFIG_BT_DATA_LEN_UPDATE=n