1# Copyright (c) 2021 Basalte bv
2# Copyright (c) 2023, ithinx GmbH
3# Copyright (c) 2023, Tonies GmbH
4# Copyright 2020-2023, 2025 NXP
5# SPDX-License-Identifier: Apache-2.0
6
7config NXP_FLEXRAM
8	bool
9	default y if DT_HAS_NXP_FLEXRAM_ENABLED
10
11if NXP_FLEXRAM
12
13config NXP_FLEXRAM_MAGIC_ADDR_API
14	bool "NXP FlexRAM magic addr API"
15	depends on SOC_SERIES_IMXRT11XX
16	help
17	  Enable API to use flexRAM magic address functionality
18
19config NXP_FLEXRAM_ERROR_INTERRUPT
20	bool "NXP FlexRAM error interrupt"
21	help
22	  Allow flexram to generate error interrupts
23
24endif # NXP_FLEXRAM
25