# Copyright (c) 2020 HAW Hamburg # # This file is subject to the terms and conditions of the GNU Lesser # General Public License v2.1. See the file LICENSE in the top level # directory for more details. # config BOARD string help Name of the currently selected board. config MODULE_BOARD bool default y depends on TEST_KCONFIG help Module which holds all board-specific files. config MODULE_BOARD_COMMON_INIT bool default y depends on TEST_KCONFIG help Common board initialization module