Files
zephyr/soc/nxp/imx/imx9/imx93/Kconfig.defconfig.mimx93.a55
Jamie McCrae 2f800cea8f soc: Remove re-defining some defined types
Removes re-defining some Kconfigs that are already defined
e.g. in arch

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-11-18 07:41:23 -05:00

26 lines
509 B
Plaintext

# Copyright 2022-2024 NXP
# SPDX-License-Identifier: Apache-2.0
if SOC_MIMX9352_A55
# Workaround for not being able to have commas in macro arguments
DT_CHOSEN_Z_FLASH := zephyr,flash
config FLASH_SIZE
default $(dt_chosen_reg_size_int,$(DT_CHOSEN_Z_FLASH),0,K)
config FLASH_BASE_ADDRESS
default $(dt_chosen_reg_addr_hex,$(DT_CHOSEN_Z_FLASH))
config NUM_IRQS
default 240
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 24000000
config PINCTRL_IMX
default y if HAS_MCUX_IOMUXC
depends on PINCTRL
endif