mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-11 05:23:15 +00:00
Instead of enabling Bluetooth by default on nRF5x boards, only enable the controller if Bluetooth has been enabled by the applicaiton. Fixes #5454 Fixes #12215 Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
17 lines
324 B
Plaintext
17 lines
324 B
Plaintext
# Kconfig - Sparkfun nRF52832 breakout board configuration
|
|
#
|
|
# Copyright (c) 2017 Shawn Nock <shawn@monadnock.ca>
|
|
# Copyright (c) 2016 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_NRF52_SPARKFUN
|
|
|
|
config BOARD
|
|
default "nrf52_sparkfun"
|
|
|
|
config BT_CTLR
|
|
default BT
|
|
|
|
endif # BOARD_NRF52_SPARKFUN
|