aboutsummaryrefslogtreecommitdiffstats
path: root/src/Kconfig
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-02-20 20:47:02 -0500
committerKevin O'Connor <kevin@koconnor.net>2018-03-06 11:30:30 -0500
commit9140f36d991210c6286691986e11dedc98fa72ee (patch)
tree5ef0bf26bcb85bec1ece1e1769d2b73d038acbd8 /src/Kconfig
parentfa07be93463d9ce0262ae383259e68eea625bc4d (diff)
downloadkutter-9140f36d991210c6286691986e11dedc98fa72ee.tar.gz
kutter-9140f36d991210c6286691986e11dedc98fa72ee.tar.xz
kutter-9140f36d991210c6286691986e11dedc98fa72ee.zip
lcd_st7920: Add micro-controller code for the ST7920 LCD chip
Add support for passing messages to an ST7920 chip via a SPI bit-banging interface. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index c28cec14..564073eb 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -36,6 +36,9 @@ config HAVE_GPIO_SPI
config HAVE_GPIO_HARD_PWM
bool
default n
+config HAVE_USER_INTERFACE
+ bool
+ default n
config NO_UNSTEP_DELAY
# Slow micro-controllers do not require a delay before returning a