Skip to content

Commit a908793

Browse files
Jordan Yatescarlescufi
authored andcommitted
serial: test: update selected symbols
Pretend that the serial test driver supports the interrupt and async API's, as these can be required for various drivers. Also select `SERIAL_HAS_DRIVER` so that the serial library will be included. Signed-off-by: Jordan Yates <[email protected]>
1 parent 7a86ee5 commit a908793

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/serial/Kconfig.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ DT_COMPAT_VND_SERIAL := vnd,serial
66
# Hidden option to enable the vnd,serial dummy driver used in testing.
77
config SERIAL_TEST
88
def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_SERIAL))
9+
select SERIAL_HAS_DRIVER
10+
select SERIAL_SUPPORT_INTERRUPT
11+
select SERIAL_SUPPORT_ASYNC

0 commit comments

Comments
 (0)