From 8d02bce8e5635daeba2ca9656455a76e4c3aef2d Mon Sep 17 00:00:00 2001 From: Brennan Ashton Date: Sun, 15 Nov 2020 11:01:39 -0800 Subject: [PATCH] Disable smp selftest for bt_null driver Signed-off-by: Brennan Ashton --- boards/sim/sim/sim/configs/bluetooth/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/sim/sim/sim/configs/bluetooth/defconfig b/boards/sim/sim/sim/configs/bluetooth/defconfig index 60c9f30259..dfd3dbc3be 100644 --- a/boards/sim/sim/sim/configs/bluetooth/defconfig +++ b/boards/sim/sim/sim/configs/bluetooth/defconfig @@ -16,7 +16,6 @@ CONFIG_ARCH_SIM=y CONFIG_BLUETOOTH_MAX_CONN=2 CONFIG_BLUETOOTH_MAX_PAIRED=2 CONFIG_BLUETOOTH_NULL=y -CONFIG_BLUETOOTH_SMP_SELFTEST=y CONFIG_BOARDCTL_POWEROFF=y CONFIG_BOARD_LOOPSPERMSEC=0 CONFIG_BOOT_RUNFROMEXTSRAM=y