diff --git a/drivers/hd44780/Kconfig b/drivers/hd44780/Kconfig index 4873610e97..9612cf3ffc 100644 --- a/drivers/hd44780/Kconfig +++ b/drivers/hd44780/Kconfig @@ -13,3 +13,8 @@ config MODULE_HD44780 select MODULE_XTIMER help The display is also known as LCM1602C from Arduino kits. + +config HAVE_HD44780 + bool + help + Indicates that a HD44780 LCD is present.