zephyr/boards/common/actinius/Kconfig
Alex Tsamakos 6c25cad55c boards: arm: add support for the Actinius Icarus SoM DK w/ helper lib
This adds support for the nRF9160-based Icarus SoM DK
(development kit) from Actinius and a common library for
board init code that is common to multiple boards
from Actinius.

Signed-off-by: Alex Tsamakos <alex@actinius.com>
2023-01-24 12:54:16 -08: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"