zephyr/drivers/misc/stm32n6_axisram/Kconfig
Erwan Gouriou 84619fe8f7 drivers: misc: stm32n6: ramcfg driver
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>
2025-06-27 09:01:52 -10:00

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