aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Kconfig b/src/Kconfig
index cfad688d..2309fe9e 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -4,7 +4,6 @@ mainmenu "Klipper Firmware Configuration"
config LOW_LEVEL_OPTIONS
bool "Enable extra low-level configuration options"
- default n
help
Enable low-level configuration options that (if modified) may
result in a build that does not function correctly.
@@ -111,31 +110,22 @@ config INITIAL_PINS
# if the hardware does not support the feature.
config HAVE_GPIO
bool
- default n
config HAVE_GPIO_ADC
bool
- default n
config HAVE_GPIO_SPI
bool
- default n
config HAVE_GPIO_I2C
bool
- default n
config HAVE_GPIO_HARD_PWM
bool
- default n
config HAVE_GPIO_BITBANGING
bool
- default n
config HAVE_STRICT_TIMING
bool
- default n
config HAVE_CHIPID
bool
- default n
config HAVE_STEPPER_BOTH_EDGE
bool
- default n
config INLINE_STEPPER_HACK
# Enables gcc to inline stepper_event() into the main timer irq handler