disable bluetooth cuz thats borked

This commit is contained in:
2025-05-31 11:41:57 -06:00
parent 631bfe2a26
commit 5ec76e3dcd
5 changed files with 76 additions and 79 deletions

View File

@ -9,9 +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
# # 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