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:
parent
cce395da89
commit
69fb00bdfa
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user