Kconfig: Add a new CONFIG_HAVE_STRICT_TIMING build definition
Add a new build definition to note micro-controllers that have strict timing. The Linux mcu code does not have strict timing - all other targets currently do. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user