mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
boards/stm32f746g-disco: pull-in ft5336 with touch_dev
This commit is contained in:
parent
f5b5af9469
commit
c67920c1cc
@ -29,5 +29,6 @@ config BOARD_STM32F746G_DISCO
|
||||
select BOARD_HAS_LSE
|
||||
|
||||
select HAVE_SAUL_GPIO
|
||||
select HAVE_FT5336
|
||||
|
||||
source "$(RIOTBOARD)/common/stm32/Kconfig"
|
||||
|
@ -9,3 +9,7 @@ endif
|
||||
ifneq (,$(filter disp_dev,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_ltdc
|
||||
endif
|
||||
|
||||
ifneq (,$(filter touch_dev,$(USEMODULE)))
|
||||
USEMODULE += ft5336
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user