diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index e7460cce..ac9322ee 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -13,6 +13,12 @@ endchoice source "src/avr/Kconfig" source "src/simulator/Kconfig" +# The HAVE_GPIO_x options allow boards to disable support for some +# commands if the hardware does not support the feature. +config HAVE_GPIO_ADC + bool + default n + config INLINE_STEPPER_HACK # Enables gcc to inline stepper_event() into the main timer irq handler bool |