1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

boards/sipeed-longan-nano: fix Kconfig for disp_dev driver

This commit is contained in:
Gunar Schorcht 2023-07-10 22:50:34 +02:00
parent 2fe9d9f755
commit 3f389d0b15

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 if MODULE_DISP_DEV
select HAVE_ST7735
help
Indicates that a Sipeed Longan Nano board with TFT display is used.