diff --git a/boards/common/nucleo144/Kconfig b/boards/common/nucleo144/Kconfig new file mode 100644 index 0000000000..7f15060b4d --- /dev/null +++ b/boards/common/nucleo144/Kconfig @@ -0,0 +1,10 @@ +# Copyright (c) 2020 Inria +# +# 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_COMMON_NUCLEO144 + bool + select HAS_ARDUINO diff --git a/boards/common/nucleo32/Kconfig b/boards/common/nucleo32/Kconfig new file mode 100644 index 0000000000..5ccc717882 --- /dev/null +++ b/boards/common/nucleo32/Kconfig @@ -0,0 +1,10 @@ +# Copyright (c) 2020 Inria +# +# 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_COMMON_NUCLEO32 + bool + select HAS_ARDUINO diff --git a/boards/common/nucleo64/Kconfig b/boards/common/nucleo64/Kconfig new file mode 100644 index 0000000000..87a24fe95b --- /dev/null +++ b/boards/common/nucleo64/Kconfig @@ -0,0 +1,10 @@ +# Copyright (c) 2020 Inria +# +# 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_COMMON_NUCLEO64 + bool + select HAS_ARDUINO