:orphan: .. title:: CONFIG_KERNEL_ENTRY .. kconfig:: CONFIG_KERNEL_ENTRY CONFIG_KERNEL_ENTRY ################### *Kernel entry symbol* Type: ``string`` Help ==== .. code-block:: none Code entry symbol, to be set at linking phase. Defaults ======== - "entry" - "_MainEntry" - "_MainEntry" - "_MainEntry" - "_MainEntry" - "__start" - "entry" - "_MainEntry" - "_MainEntry" - "_MainEntry" - "_MainEntry" - "__start" - "__start" Kconfig definitions =================== At ``/riscv/riscv-privilege/andes_v5/Kconfig.defconfig.series:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/riscv/riscv-privilege/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config KERNEL_ENTRY string default "entry" depends on SOC_SERIES_RISCV_ANDES_V5 ---- At ``/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config KERNEL_ENTRY string default "_MainEntry" depends on SOC_SERIES_INTEL_CAVS_V15 ---- At ``/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config KERNEL_ENTRY string default "_MainEntry" depends on SOC_SERIES_INTEL_CAVS_V18 ---- At ``/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config KERNEL_ENTRY string default "_MainEntry" depends on SOC_SERIES_INTEL_CAVS_V20 ---- At ``/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config KERNEL_ENTRY string default "_MainEntry" depends on SOC_SERIES_INTEL_CAVS_V25 ---- At ``/xtensa/nxp_adsp/imx8/Kconfig.defconfig.series:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/nxp_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config KERNEL_ENTRY string default "__start" depends on SOC_SERIES_NXP_IMX8 ---- At ``/riscv/riscv-privilege/andes_v5/Kconfig.defconfig.series:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/riscv/riscv-privilege/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config KERNEL_ENTRY string default "entry" depends on SOC_SERIES_RISCV_ANDES_V5 ---- At ``/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config KERNEL_ENTRY string default "_MainEntry" depends on SOC_SERIES_INTEL_CAVS_V15 ---- At ``/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config KERNEL_ENTRY string default "_MainEntry" depends on SOC_SERIES_INTEL_CAVS_V18 ---- At ``/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config KERNEL_ENTRY string default "_MainEntry" depends on SOC_SERIES_INTEL_CAVS_V20 ---- At ``/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config KERNEL_ENTRY string default "_MainEntry" depends on SOC_SERIES_INTEL_CAVS_V25 ---- At ``/xtensa/nxp_adsp/imx8/Kconfig.defconfig.series:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/nxp_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config KERNEL_ENTRY string default "__start" depends on SOC_SERIES_NXP_IMX8 ---- At ``Kconfig.zephyr:185`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Linker Options .. code-block:: kconfig config KERNEL_ENTRY string "Kernel entry symbol" default "__start" help Code entry symbol, to be set at linking phase. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*