Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions boards/arm/nrf52810_pca10040/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ config BOARD_ENABLE_DCDC
select SOC_DCDC_NRF52X
default y

# BT_CTLR depends on BT. When BT is enabled we should default to also
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove "should"

# enabling the controller.
config BT_CTLR
default y if BT
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now this looks better, @SebastianBoe (with the dependence on BT)


endif # BOARD_NRF52810_PCA10040