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:
parent
85169fc220
commit
ca85b4f5ad
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user