1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/sipeed-longan-nano: default to variant with TFT

Without KConfig presence of the TFT is assumed in anycase, with KConfig
it is optional. This turns the opt-in into an opt-out to match behavior
with make by default, fixing the nightly breakage.
This commit is contained in:
Marian Buschsieweke 2023-07-09 11:36:12 +02:00
parent cce395da89
commit 69fb00bdfa
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -38,6 +38,7 @@ menu "Sipeed Longan Nano Board Configuration"
config SIPEED_LONGAN_NANO_WITH_TFT
bool "Board with TFT display"
default y
select HAVE_ST7735
help
Indicates that a Sipeed Longan Nano board with TFT display is used.