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