13 lines
346 B
Plaintext
13 lines
346 B
Plaintext
# Actinius Icarus SoM board configuration
|
|
|
|
# Copyright (c) 2021 Actinius
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_ACTINIUS_ICARUS_SOM || BOARD_ACTINIUS_ICARUS_SOM_NS
|
|
|
|
module = BOARD_ICARUS_SOM
|
|
module-str = Board Control
|
|
source "subsys/logging/Kconfig.template.log_config"
|
|
|
|
endif # BOARD_ACTINIUS_ICARUS_SOM || BOARD_ACTINIUS_ICARUS_SOM_NS
|