if(CONFIG_GPIO AND DEFINED CONFIG_MCUBOOT)
    zephyr_library()
    zephyr_library_sources(our_board.c)
endif()
