Files
zephyr/soc/nxp/imx/imx8m/Kconfig.defconfig.mimx8mm6_a53
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
508 B
Plaintext

# Copyright 2020-2024 NXP
# SPDX-License-Identifier: Apache-2.0
if SOC_MIMX8MM6_A53
# 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 8000000
config PINCTRL_IMX
default y if HAS_MCUX_IOMUXC
depends on PINCTRL
endif