zephyr/drivers/auxdisplay/Kconfig.hd44780
Jamie McCrae 212a4857ba drivers: auxdisplay: Add Hitachi HD44780 driver
Adds an auxiliary display driver for Hitachi HD44780-based (and
compatible) LCD displays.

Signed-off-by: Jamie McCrae <spam@helper3000.net>
2023-05-26 23:05:58 +02:00

10 lines
248 B
Plaintext

# Copyright (c) 2023 Jamie McCrae
# SPDX-License-Identifier: Apache-2.0
config AUXDISPLAY_HD44780
bool "Hitachi HD44780 LCD driver"
default y
depends on DT_HAS_HIT_HD44780_ENABLED
help
Enable driver for Hitachi HD44780 and compatible LCDs.