From 37784442f8d663337cb0aa02dbef34813f74eb21 Mon Sep 17 00:00:00 2001 From: Ryan McClelland Date: Thu, 31 Oct 2024 21:01:26 -0700 Subject: [PATCH] tests: drivers: build_all: uart: add uart interrupt driven Add CONFIG_UART_INTERRUPT_DRIVEN for building the uart driver Signed-off-by: Ryan McClelland --- tests/drivers/build_all/uart/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/drivers/build_all/uart/prj.conf b/tests/drivers/build_all/uart/prj.conf index bb5ccbec1ba..cef7598cf10 100644 --- a/tests/drivers/build_all/uart/prj.conf +++ b/tests/drivers/build_all/uart/prj.conf @@ -1,3 +1,4 @@ CONFIG_TEST=y CONFIG_TEST_USERSPACE=y CONFIG_SERIAL=y +CONFIG_UART_INTERRUPT_DRIVEN=y