Move sim selection to DT using a custom compatible and make use of gpio_dt_spec. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
12 lines
346 B
Text
12 lines
346 B
Text
# 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
|