1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #17288 from leandrolanzieri/pr/drivers/ili9341/add_kconfig_feature

drivers/ili9341/Kconfig: add feature to indicate hardware
This commit is contained in:
Francisco 2021-12-03 00:46:29 +01:00 committed by GitHub
commit 215fb49446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,12 @@ config MODULE_ILI9341
select MODULE_ZTIMER
select MODULE_ZTIMER_MSEC
config HAVE_ILI9341
bool
select MODULE_ILI9341 if MODULE_DISP_DEV
help
Indicates that an ILI9341 display is present.
menuconfig KCONFIG_USEMODULE_ILI9341
bool "Configure ILI9341 driver"
depends on USEMODULE_ILI9341