Skip to content

Commit 69fb00b

Browse files
committed
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.
1 parent cce395d commit 69fb00b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/sipeed-longan-nano/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ menu "Sipeed Longan Nano Board Configuration"
3838

3939
config SIPEED_LONGAN_NANO_WITH_TFT
4040
bool "Board with TFT display"
41+
default y
4142
select HAVE_ST7735
4243
help
4344
Indicates that a Sipeed Longan Nano board with TFT display is used.

0 commit comments

Comments
 (0)