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

boards/stm32f429i-disc1: add ili9341 and stmpe811 in Kconfig

This commit is contained in:
Alexandre Abadie 2022-01-01 15:54:02 +01:00
parent 240f80e43a
commit 7c9bce25e1
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -29,5 +29,7 @@ config BOARD_STM32F429I_DISC1
select BOARD_HAS_LSE
select HAVE_SAUL_GPIO
select HAVE_ILI9341
select HAVE_STMPE811_I2C
source "$(RIOTBOARD)/common/stm32/Kconfig"