tests: build_all: sensor: uart: add fcx_mldx5
Add FCX_MLDx5 uart node in the build_all tests. Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
This commit is contained in:
parent
83957729dd
commit
69e1d86371
|
@ -22,10 +22,13 @@ tests:
|
|||
sensors.build:
|
||||
tags: sensors
|
||||
extra_args: OVERLAY_CONFIG=sensors_die_temp.conf
|
||||
extra_configs:
|
||||
- CONFIG_UART_INTERRUPT_DRIVEN=y
|
||||
sensors.build.pm:
|
||||
extra_configs:
|
||||
- CONFIG_PM=y
|
||||
- CONFIG_PM_DEVICE=y
|
||||
- CONFIG_UART_INTERRUPT_DRIVEN=y
|
||||
sensors.generic_test:
|
||||
build_only: false
|
||||
extra_configs:
|
||||
|
|
|
@ -34,3 +34,7 @@ test_uart_a01nyub: a01nyub {
|
|||
test_uart_explorir_m: explorir-m {
|
||||
compatible = "gss,explorir-m";
|
||||
};
|
||||
|
||||
test_uart_fcx_mldx5: fcx-mldx5 {
|
||||
compatible = "ap,fcx-mldx5";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue