:orphan: .. title:: CONFIG_SOC_NXP_IMX8 .. kconfig:: CONFIG_SOC_NXP_IMX8 CONFIG_SOC_NXP_IMX8 ################### *i.MX8 SoC* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_SERIES_NXP_IMX8 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/xtensa/nxp_adsp/imx8/Kconfig.soc:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/xtensa/nxp_adsp/Kconfig:17`` Menu path: (Top) → Hardware Configuration → NXP i.MX SoC Selection .. code-block:: kconfig config SOC_NXP_IMX8 bool "i.MX8 SoC" depends on SOC_SERIES_NXP_IMX8 && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*