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 <jordan.yates@data61.csiro.au>
This commit is contained in:
parent
7a86ee50fd
commit
a9087936ac
1 changed files with 3 additions and 0 deletions
|
@ -6,3 +6,6 @@ DT_COMPAT_VND_SERIAL := vnd,serial
|
|||
# Hidden option to enable the vnd,serial dummy driver used in testing.
|
||||
config SERIAL_TEST
|
||||
def_bool $(dt_compat_enabled,$(DT_COMPAT_VND_SERIAL))
|
||||
select SERIAL_HAS_DRIVER
|
||||
select SERIAL_SUPPORT_INTERRUPT
|
||||
select SERIAL_SUPPORT_ASYNC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue