:orphan: .. title:: CONFIG_BOARD_GENERIC_LEON3 .. kconfig:: CONFIG_BOARD_GENERIC_LEON3 CONFIG_BOARD_GENERIC_LEON3 ########################## *Generic LEON3 system* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_LEON3 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/sparc/generic_leon3/Kconfig.board:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_GENERIC_LEON3 bool "Generic LEON3 system" depends on SOC_LEON3 && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*