2020-02-18 14:23:35 +01:00
|
|
|
# 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.
|
2020-07-27 15:21:51 +02:00
|
|
|
|
2020-08-31 09:57:28 +02:00
|
|
|
config MODULE_BOARD
|
2020-07-27 15:21:51 +02:00
|
|
|
bool
|
|
|
|
default y
|
|
|
|
depends on TEST_KCONFIG
|
|
|
|
help
|
|
|
|
Module which holds all board-specific files.
|
2021-10-18 22:12:41 +02:00
|
|
|
|
|
|
|
config MODULE_BOARD_COMMON_INIT
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
depends on TEST_KCONFIG
|
|
|
|
help
|
|
|
|
Common board initialization module
|