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