mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/st7735: fix Kconfig logic for ST7789
MODULE_ST7789 is enabled if MODULE_ST7735 is enabled and the board has selected HAVE_ST7789.
This commit is contained in:
parent
37c6233bcb
commit
b30401a1c2
@ -16,12 +16,6 @@ config MODULE_ST7735
|
||||
select MODULE_ZTIMER
|
||||
select MODULE_ZTIMER_MSEC
|
||||
|
||||
config HAVE_ST7735
|
||||
bool
|
||||
select MODULE_ST7735 if MODULE_DISP_DEV
|
||||
help
|
||||
Indicates that an ST7735 display is present.
|
||||
|
||||
config MODULE_ST7789
|
||||
bool
|
||||
depends on HAVE_ST7789
|
||||
@ -29,6 +23,12 @@ config MODULE_ST7789
|
||||
help
|
||||
ST7789 display driver
|
||||
|
||||
config HAVE_ST7735
|
||||
bool
|
||||
select MODULE_ST7735 if MODULE_DISP_DEV
|
||||
help
|
||||
Indicates that an ST7735 display is present.
|
||||
|
||||
config HAVE_ST7789
|
||||
bool
|
||||
select MODULE_ST7735 if MODULE_DISP_DEV
|
||||
|
Loading…
Reference in New Issue
Block a user