zephyr/boards/arm/actinius_icarus_som/Kconfig
Gerard Marull-Paretas be77889e07 boards: arm: actinius_icarus_som: move sim selection to DT
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>
2022-05-13 20:55:31 +02:00

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