23 lines
222 B
Plaintext
23 lines
222 B
Plaintext
|
#
|
||
|
# Copyright 2021 NXP
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
if SOC_LS1046A
|
||
|
|
||
|
config SOC
|
||
|
default "ls1046a"
|
||
|
|
||
|
config NUM_IRQS
|
||
|
int
|
||
|
default 240
|
||
|
|
||
|
config FLASH_SIZE
|
||
|
default 0
|
||
|
|
||
|
config FLASH_BASE_ADDRESS
|
||
|
default 0
|
||
|
|
||
|
endif
|