:orphan: .. title:: CONFIG_BOARD_MIMXRT595_EVK .. kconfig:: CONFIG_BOARD_MIMXRT595_EVK CONFIG_BOARD_MIMXRT595_EVK ########################## *NXP MIMXRT595-EVK* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_SERIES_IMX_RT5XX ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`CODE_DATA_RELOCATION_SRAM ` - \ :kconfig:`SOC_PART_NUMBER_MIMXRT595SFFOC ` - \ :kconfig:`NXP_IMX_RT5XX_BOOT_HEADER ` if !\ :kconfig:`BOOTLOADER_MCUBOOT ` Kconfig definition ================== At ``/arm/mimxrt595_evk/Kconfig.board:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_MIMXRT595_EVK bool "NXP MIMXRT595-EVK" select CODE_DATA_RELOCATION_SRAM select SOC_PART_NUMBER_MIMXRT595SFFOC select NXP_IMX_RT5XX_BOOT_HEADER if !BOOTLOADER_MCUBOOT depends on SOC_SERIES_IMX_RT5XX && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*