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 ac9322ee..0445685e 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -18,6 +18,9 @@ source "src/simulator/Kconfig" config HAVE_GPIO_ADC bool default n +config HAVE_GPIO_SPI + bool + default n config INLINE_STEPPER_HACK # Enables gcc to inline stepper_event() into the main timer irq handler |