: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 ================== .. highlight:: kconfig At ``boards/sparc/generic_leon3/Kconfig.board:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_GENERIC_LEON3 bool "Generic LEON3 system" depends on \ :option:`SOC_LEON3 ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*