:orphan: .. title:: SOC_LS1046A .. option:: CONFIG_SOC_LS1046A *NXP ls1046a* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`ARM64 ` - \ :option:`CPU_CORTEX_A72 ` - \ :option:`ARM_ARCH_TIMER ` - \ :option:`GIC_V2 ` Kconfig definition ================== At ``/arm64/nxp_layerscape/ls1046a/Kconfig.soc:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:11`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm64/nxp_layerscape/Kconfig:16`` Menu path: (Top) → Hardware Configuration → NXP Layerscpae LS1046A SoC .. code-block:: kconfig config SOC_LS1046A bool "NXP ls1046a" select ARM64 select CPU_CORTEX_A72 select ARM_ARCH_TIMER select GIC_V2 depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*