2020-06-24 15:18:37 +02: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
|
|
|
|
default "remote-revb" if BOARD_REMOTE_REVB
|
|
|
|
|
|
|
|
config BOARD_REMOTE_REVB
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
select BOARD_COMMON_REMOTE
|
2020-12-22 11:32:03 +01:00
|
|
|
select HAS_ARDUINO
|
2021-08-10 11:45:03 +02:00
|
|
|
select HAVE_SAUL_ADC
|
|
|
|
select HAVE_SAUL_GPIO
|
2022-09-20 09:52:29 +02:00
|
|
|
|
2023-01-30 14:21:46 +01:00
|
|
|
select HAVE_MTD_SDCARD_DEFAULT
|
2022-09-20 09:52:29 +02:00
|
|
|
select MODULE_FATFS_VFS if MODULE_VFS_DEFAULT
|
2020-06-24 15:18:37 +02:00
|
|
|
|
|
|
|
source "$(RIOTBOARD)/common/remote/Kconfig"
|