mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 11:21:57 +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>
20 lines
321 B
Plaintext
20 lines
321 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_SOC_FAMILY_NRF=y
|
|
CONFIG_SOC_SERIES_NRF52X=y
|
|
CONFIG_SOC_NRF52832_QFAA=y
|
|
CONFIG_BOARD_NRF52_SPARKFUN=y
|
|
|
|
# Enable MPU
|
|
CONFIG_ARM_MPU=y
|
|
|
|
# enable uart driver
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_0_NRF_UART=y
|
|
|
|
# enable console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# Enable P0_21 as RST
|
|
CONFIG_GPIO_AS_PINRESET=y
|