:orphan: .. title:: BOARD_EHL_CRB_SBL .. option:: CONFIG_BOARD_EHL_CRB_SBL *Elkhart Lake CRB (with Slim Bootloader)* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_ELKHART_LAKE ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`X86_64 ` Kconfig definition ================== .. highlight:: kconfig At ``boards/x86/ehl_crb/Kconfig.board:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_EHL_CRB_SBL bool "Elkhart Lake CRB (with Slim Bootloader)" select \ :option:`X86_64 ` depends on \ :option:`SOC_ELKHART_LAKE ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*