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:
parent
1b203bdb77
commit
bbfa777e92
@ -9,6 +9,10 @@
|
||||
ngpios = <32>;
|
||||
};
|
||||
|
||||
&pwm {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&trng {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user