Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions kernel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ config NUM_MBOX_ASYNC_MSGS

config EVENTS
bool "Event objects"
depends on MULTITHREADING
help
This option enables event objects. Threads may wait on event
objects for specific events, but both threads and ISRs may deliver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
aliases {
mspi0 = &exmif;
};

psa_rng: psa-rng {
status = "disabled";
};
};

&gpio6 {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_PM=n
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/ {
psa_rng: psa-rng {
status = "disabled";
};
};