Skip to content

Commit

Permalink
Merge pull request #18135 from leandrolanzieri/pr/driver/st7735/kconf…
Browse files Browse the repository at this point in the history
…ig_add_feature

drivers/st7735/kconfig: add hardware feature symbol
  • Loading branch information
leandrolanzieri authored May 25, 2022
2 parents e79965e + ca85b4f commit 95716d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/st7735/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ 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.

menuconfig KCONFIG_USEMODULE_ST7735
bool "Configure ST7735 driver"
depends on USEMODULE_ST7735
Expand Down

0 comments on commit 95716d4

Please sign in to comment.