From aede9e9c13ccf0d507615c5887067909f1611efa Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sun, 21 Apr 2024 21:40:16 -0600 Subject: [PATCH] bluetooth beacon demo works --- boards/bh/mellifera_rev1/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/boards/bh/mellifera_rev1/Kconfig b/boards/bh/mellifera_rev1/Kconfig index fce8401..8ad421f 100644 --- a/boards/bh/mellifera_rev1/Kconfig +++ b/boards/bh/mellifera_rev1/Kconfig @@ -9,4 +9,9 @@ config BOARD_ENABLE_DCDC default y depends on BOARD_MELLIFERA_REV1 +# BT_CTLR depends on BT. When BT is enabled we should default to also +# enabling the controller. +config BT_CTLR + default y if BT + endif # BOARD_MELLIFERA_REV1 \ No newline at end of file