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 f82abc4a..818dd4f4 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -121,6 +121,9 @@ config HAVE_GPIO_HARD_PWM config HAVE_GPIO_BITBANGING bool default n +config HAVE_STRICT_TIMING + bool + default n config HAVE_CHIPID bool default n |