Add a driver to handle AXISRAM3/4/5/6 configurations. Provide the required changes to add RAM sections into the build system. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
# Copyright (c) 2025 STMicroelectronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config STM32N6_AXISRAM
|
|
bool
|
|
select USE_STM32_HAL_RAMCFG
|
|
default y if DT_HAS_ST_STM32N6_RAMCFG_ENABLED
|