:orphan: .. title:: CONFIG_BOARD_NUCLEO_L073RZ .. kconfig:: CONFIG_BOARD_NUCLEO_L073RZ CONFIG_BOARD_NUCLEO_L073RZ ########################## *NUCLEO-64 L073RZ Development Board* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_STM32L073XX ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/nucleo_l073rz/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_NUCLEO_L073RZ bool "NUCLEO-64 L073RZ Development Board" depends on SOC_STM32L073XX && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*