1#
2# Copyright 2021,2024 NXP
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7if SOC_LS1046A
8
9config NUM_IRQS
10	default 240
11
12config FLASH_SIZE
13	default 0
14
15config FLASH_BASE_ADDRESS
16	default 0
17
18endif
19