zephyr/boards/actinius/common/Kconfig
Jamie McCrae 42c8b7fb00 boards: actinius: Move common folder
Moves the common folder to the vendor directory

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-14 12:27:09 +01:00

13 lines
320 B
Plaintext

# Copyright (c) 2022 Actinius
# SPDX-License-Identifier: Apache-2.0
config ACTINIUS_BOARD_CONTROL_INIT_PRIORITY
int "Init priority"
default 99
help
Sets the init priority for the Board Control module.
module = ACTINIUS_BOARD_CONTROL
module-str = Board Control
source "subsys/logging/Kconfig.template.log_config"