CONFIG_BOARD_EHL_CRB_SBL¶
Elkhart Lake CRB (with Slim Bootloader)
Type: bool
Direct dependencies¶
SOC_ELKHART_LAKE && <choice: Board Selection>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At <Zephyr Boards>/x86/ehl_crb/Kconfig.board:10
Included via Kconfig:8 → Kconfig.zephyr:37 → <Zephyr Boards>/Kconfig:29
Menu path: (Top) → Board Selection
config BOARD_EHL_CRB_SBL
    bool "Elkhart Lake CRB (with Slim Bootloader)"
    select X86_64
    depends on SOC_ELKHART_LAKE && <choice>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)