:orphan: .. title:: CONFIG_BOARD_SCOBC_MODULE1 .. kconfig:: CONFIG_BOARD_SCOBC_MODULE1 CONFIG_BOARD_SCOBC_MODULE1 ########################## *Space Cubics OBC Module 1* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_SERIES_ARM_DESIGNSTART ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/scobc_module1/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_SCOBC_MODULE1 bool "Space Cubics OBC Module 1" depends on SOC_SERIES_ARM_DESIGNSTART && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*