1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 18:13:49 +01:00

drivers/st7735/kconfig: add hardware feature symbol

This commit is contained in:
Leandro Lanzieri 2022-05-24 17:45:58 +02:00
parent 85169fc220
commit ca85b4f5ad
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -16,6 +16,12 @@ config MODULE_ST7735
select MODULE_ZTIMER select MODULE_ZTIMER
select MODULE_ZTIMER_MSEC select MODULE_ZTIMER_MSEC
config HAVE_ST7735
bool
select MODULE_ST7735 if MODULE_DISP_DEV
help
Indicates that an ST7735 display is present.
menuconfig KCONFIG_USEMODULE_ST7735 menuconfig KCONFIG_USEMODULE_ST7735
bool "Configure ST7735 driver" bool "Configure ST7735 driver"
depends on USEMODULE_ST7735 depends on USEMODULE_ST7735