From b6b7e4c770711e939a95d5c8c6fd3c60ae785664 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 20 Oct 2020 11:02:21 -0500 Subject: [PATCH] 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 --- boards/arm/v2m_musca/Kconfig.defconfig | 3 +++ doc/releases/release-notes-2.5.rst | 2 ++ soc/arm/arm/musca_a/Kconfig.defconfig.musca_a | 3 +++ 3 files changed, 8 insertions(+) diff --git a/boards/arm/v2m_musca/Kconfig.defconfig b/boards/arm/v2m_musca/Kconfig.defconfig index 2d3c79b7838..db88d5c19da 100644 --- a/boards/arm/v2m_musca/Kconfig.defconfig +++ b/boards/arm/v2m_musca/Kconfig.defconfig @@ -7,6 +7,9 @@ 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 diff --git a/doc/releases/release-notes-2.5.rst b/doc/releases/release-notes-2.5.rst index 38ddd376b70..85c5de6703c 100644 --- a/doc/releases/release-notes-2.5.rst +++ b/doc/releases/release-notes-2.5.rst @@ -46,6 +46,8 @@ API Changes Deprecated in this release ========================== +* ARM Musca-A board and SoC support deprecated and planned to be removed in 2.6.0. + Removed APIs in this release ============================ diff --git a/soc/arm/arm/musca_a/Kconfig.defconfig.musca_a b/soc/arm/arm/musca_a/Kconfig.defconfig.musca_a index e8ff756f0fa..56f85e59e9e 100644 --- a/soc/arm/arm/musca_a/Kconfig.defconfig.musca_a +++ b/soc/arm/arm/musca_a/Kconfig.defconfig.musca_a @@ -3,6 +3,9 @@ if SOC_V2M_MUSCA_A +config SOC_DEPRECATED_RELEASE + default "v2.6.0" + config SOC default "musca_a"