Commit bf5321bb authored by Johan Hedberg's avatar Johan Hedberg Committed by Jamie
Browse files

boot: zephyr: Remove reference to deprecated BT_CTLR option



This Kconfig option has been deprecated. It has been replaced by
HAS_BT_CTLR, however that's a promptless option so it can't be explicitly
disabled.

Signed-off-by: default avatarJohan Hedberg <johan.hedberg@silabs.com>
parent 800868a9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@ CONFIG_FLASH=y

### Various Zephyr boards enable features that we don't want.
# CONFIG_BT is not set
# CONFIG_BT_CTLR is not set
# CONFIG_I2C is not set

CONFIG_LOG=y