diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 3 |
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 |