1# EFR32XG24 DK2601B board 2 3# Copyright (c) 2022, Silicon Labs 4# SPDX-License-Identifier: Apache-2.0 5 6if BOARD_XG24_DK2601B 7 8module = BOARD_EFR32MG24 9module-str = Board Control 10source "subsys/logging/Kconfig.template.log_config" 11 12endif # BOARD_XG24_DK2601B 13