diff --git a/samples/subsys/console/echo/sample.yaml b/samples/subsys/console/echo/sample.yaml index 831a5aedd5a..b8d51e3a8de 100644 --- a/samples/subsys/console/echo/sample.yaml +++ b/samples/subsys/console/echo/sample.yaml @@ -4,6 +4,5 @@ sample: tests: - test: build_only: true - filter: CONFIG_UART_CONSOLE - platform_exclude: qemu_riscv32 qemu_nios2 + filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT tags: samples diff --git a/samples/subsys/console/getchar/sample.yaml b/samples/subsys/console/getchar/sample.yaml index 35596fc432f..b8d51e3a8de 100644 --- a/samples/subsys/console/getchar/sample.yaml +++ b/samples/subsys/console/getchar/sample.yaml @@ -4,6 +4,5 @@ sample: tests: - test: build_only: true - filter: UART_CONSOLE - platform_exclude: qemu_riscv32 qemu_nios2 + filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT tags: samples diff --git a/samples/subsys/console/getline/sample.yaml b/samples/subsys/console/getline/sample.yaml index 35596fc432f..b8d51e3a8de 100644 --- a/samples/subsys/console/getline/sample.yaml +++ b/samples/subsys/console/getline/sample.yaml @@ -4,6 +4,5 @@ sample: tests: - test: build_only: true - filter: UART_CONSOLE - platform_exclude: qemu_riscv32 qemu_nios2 + filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT tags: samples diff --git a/samples/subsys/shell/shell/sample.yaml b/samples/subsys/shell/shell/sample.yaml index 258b86b7b3c..b8d51e3a8de 100644 --- a/samples/subsys/shell/shell/sample.yaml +++ b/samples/subsys/shell/shell/sample.yaml @@ -4,5 +4,5 @@ sample: tests: - test: build_only: true - filter: UART_CONSOLE + filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT tags: samples