:orphan: .. title:: CONFIG_BOARD_EHL_CRB .. kconfig:: CONFIG_BOARD_EHL_CRB CONFIG_BOARD_EHL_CRB #################### *Elkhart Lake CRB* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_ELKHART_LAKE ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`X86_64 ` - \ :kconfig:`HAS_COVERAGE_SUPPORT ` Kconfig definition ================== At ``/x86/ehl_crb/Kconfig.board:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_EHL_CRB bool "Elkhart Lake CRB" select X86_64 select HAS_COVERAGE_SUPPORT depends on SOC_ELKHART_LAKE && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*