blob: 0c48683f3ca23913181f98ed06d54411b7a1b4f4 [file] [log] [blame]
# Copyright (c) 2019-2020 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
if BOARD_MUSCA_S1
config BOARD
default "musca_s1" if TRUSTED_EXECUTION_SECURE || !TRUSTED_EXECUTION_NONSECURE
default "musca_s1_ns"
if SERIAL
config UART_INTERRUPT_DRIVEN
default y
endif # SERIAL
if IPM
config IPM_MHU
default y
endif # IPM
endif