1# Copyright (c) 2024 Norik Systems
2# SPDX-License-Identifier: Apache-2.0
3
4config BOARD_OCTOPUS_IO_BOARD
5	select BOARD_LATE_INIT_HOOK
6	select GPIO
7
8module = OCTOPUS_IO_BOARD_CONTROL
9module-str = Board Control
10source "subsys/logging/Kconfig.template.log_config"
11