zephyr/boards/arm/v2m_musca/Kconfig.defconfig
Kumar Gala b6b7e4c770 arm: v2m_musca: Mark Musca-A board support deprecated for 2.6.0
Deprecate the Musca-A board and SoC support to be removed in 2.6.0.
There are a number of issues with the Musca-A and there exists both the
Musca-B and Musca-S1.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-10-21 07:23:22 -05:00

54 lines
648 B
Plaintext

# Copyright (c) 2018 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
if BOARD_MUSCA_A
config BOARD
default "musca_a" if TRUSTED_EXECUTION_SECURE || !TRUSTED_EXECUTION_NONSECURE
default "musca_a_nonsecure"
config BOARD_DEPRECATED_RELEASE
default "v2.6.0"
if GPIO
config GPIO_CMSDK_AHB
default y
endif
if SERIAL
config UART_PL011
default y
config UART_INTERRUPT_DRIVEN
default y
config UART_PL011_PORT0
default y
config UART_PL011_PORT1
default y
endif # SERIAL
if COUNTER
config TIMER_TMR_CMSDK_APB
default y
config TIMER_DTMR_CMSDK_APB
default y
endif # COUNTER
if IPM
config IPM_MHU
default y
endif # IPM
endif