13 lines
322 B
Plaintext
13 lines
322 B
Plaintext
# Actinius Icarus board configuration
|
|
|
|
# Copyright (c) 2019 Actinius
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_ACTINIUS_ICARUS || BOARD_ACTINIUS_ICARUS_NS
|
|
|
|
module = BOARD_ICARUS
|
|
module-str = Board Control
|
|
source "subsys/logging/Kconfig.template.log_config"
|
|
|
|
endif # BOARD_ACTINIUS_ICARUS || BOARD_ACTINIUS_ICARUS_NS
|