zephyr/soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.series

33 lines
675 B
Plaintext
Raw Normal View History

# i.MX RT6XX series configuration options
# Copyright (c) 2020, NXP
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_IMX_RT6XX
config SOC_SERIES
default "rt6xx"
config ROM_START_OFFSET
default 0x1200 if NXP_IMX_RT6XX_BOOT_HEADER
config NUM_IRQS
default 60
config PM
select CODE_DATA_RELOCATION_SRAM
config FLASH_SIZE
default $(dt_node_reg_size_int,/soc/peripheral@50000000/spi@134000,1,K)
config FLASH_BASE_ADDRESS
default $(dt_node_reg_addr_hex,/soc/peripheral@50000000/spi@134000,1)
config ENTROPY_MCUX_TRNG
default y if HAS_MCUX_TRNG
depends on ENTROPY_GENERATOR
source "soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt6*"
endif # SOC_SERIES_MIMXRT6XX