:orphan: .. title:: BOARD_GENERIC_LEON3 .. option:: CONFIG_BOARD_GENERIC_LEON3 *Generic LEON3 system* Type: ``bool`` Direct dependencies =================== \ :option:`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:27`` → ``/Kconfig:22`` 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.)*