zephyr/boards/nordic/nrf9280pdk/Kconfig.defconfig

25 lines
496 B
Plaintext

# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF9280PDK_NRF9280_CPUAPP
config BT_HCI_IPC
default y if BT
endif # BOARD_NRF9280PDK_NRF9280_CPUAPP
if BOARD_NRF9280PDK_NRF9280_CPURAD
config BT_CTLR
default y if BT
endif # BOARD_NRF9280PDK_NRF9280_CPURAD
if BOARD_NRF9280PDK_NRF9280_CPUPPR
# As PPR has limited memory most of tests does not fit with asserts enabled.
config ASSERT
default n if ZTEST
endif # BOARD_NRF9280PDK_NRF9280_CPUPPR