1# Copyright (c) 2022 Actinius 2# SPDX-License-Identifier: Apache-2.0 3 4config ACTINIUS_BOARD_CONTROL_INIT_PRIORITY 5 int "Init priority" 6 default 99 7 help 8 Sets the init priority for the Board Control module. 9 10module = ACTINIUS_BOARD_CONTROL 11module-str = Board Control 12source "subsys/logging/Kconfig.template.log_config" 13