aboutsummaryrefslogtreecommitdiffstats
path: root/src/atsam
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-05-25 00:27:18 -0400
committerKevin O'Connor <kevin@koconnor.net>2020-05-31 14:57:06 -0400
commit835ec3513d07e0d1aa94c4a66e7763d369510d08 (patch)
tree20b9b60053e588d5a7ecdf74fe9d883201e8dac9 /src/atsam
parentb80d2f77060f15ed955cd00776c201391a401a83 (diff)
downloadkutter-835ec3513d07e0d1aa94c4a66e7763d369510d08.tar.gz
kutter-835ec3513d07e0d1aa94c4a66e7763d369510d08.tar.xz
kutter-835ec3513d07e0d1aa94c4a66e7763d369510d08.zip
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>
Diffstat (limited to 'src/atsam')
-rw-r--r--src/atsam/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/atsam/Kconfig b/src/atsam/Kconfig
index d8b8d17c..85ba12ae 100644
--- a/src/atsam/Kconfig
+++ b/src/atsam/Kconfig
@@ -11,6 +11,7 @@ config ATSAM_SELECT
select HAVE_GPIO_SPI
select HAVE_GPIO_HARD_PWM
select HAVE_GPIO_BITBANGING
+ select HAVE_STRICT_TIMING
select HAVE_CHIPID
config BOARD_DIRECTORY