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:
commit
215fb49446
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user