tests: boards: neorv32: build_all: enable PWM controller

Enable the NEORV32 PWM controller in the build_all test.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
Henrik Brix Andersen 2025-04-13 13:36:30 +00:00 committed by Benjamin Cabé
parent 1b203bdb77
commit bbfa777e92
2 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,10 @@
ngpios = <32>;
};
&pwm {
status = "okay";
};
&trng {
status = "okay";
};

View File

@ -3,6 +3,7 @@ CONFIG_TEST_USERSPACE=y
CONFIG_GPIO=y
CONFIG_ENTROPY_GENERATOR=y
CONFIG_PWM=y
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y