:orphan: .. title:: CONFIG_BOARD_NEORV32 .. kconfig:: CONFIG_BOARD_NEORV32 CONFIG_BOARD_NEORV32 #################### *NEORV32 Processor (SoC)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_SERIES_NEORV32 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/riscv/neorv32/Kconfig.board:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_NEORV32 bool "NEORV32 Processor (SoC)" depends on SOC_SERIES_NEORV32 && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*