diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/Kconfig b/src/Kconfig index e715e5c3..a5cb3b06 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -104,7 +104,11 @@ config WANT_PULSE_COUNTER bool depends on HAVE_GPIO default y -config WANT_DISPLAYS +config WANT_ST7920 + bool + depends on HAVE_GPIO + default y +config WANT_HD44780 bool depends on HAVE_GPIO default y @@ -171,8 +175,11 @@ config WANT_NEOPIXEL config WANT_PULSE_COUNTER bool "Support measuring fan tachometer GPIO pins" depends on HAVE_GPIO -config WANT_DISPLAYS - bool "Support LCD devices" +config WANT_ST7920 + bool "Support ST7920 LCD display" + depends on HAVE_GPIO +config WANT_HD44780 + bool "Support HD44780 LCD display" depends on HAVE_GPIO config WANT_THERMOCOUPLE bool "Support thermocouple MAX sensors" |