From 835ec3513d07e0d1aa94c4a66e7763d369510d08 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 25 May 2020 00:27:18 -0400 Subject: 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 --- src/pru/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pru') diff --git a/src/pru/Kconfig b/src/pru/Kconfig index bc521536..8956e6bc 100644 --- a/src/pru/Kconfig +++ b/src/pru/Kconfig @@ -7,6 +7,7 @@ config PRU_SELECT default y select HAVE_GPIO #select HAVE_GPIO_ADC + select HAVE_STRICT_TIMING config BOARD_DIRECTORY string -- cgit v1.2.3-70-g09d2