1 changed files with 7 additions and 2 deletions
@ -1,5 +1,10 @@ |
|||||||
menuconfig SYSTEMCMDS_UORB |
config SYSTEMCMDS_UORB |
||||||
bool "uorb" |
bool "uorb" |
||||||
default n |
default n |
||||||
---help--- |
---help--- |
||||||
Enable support for uorb |
Enable support for uorb |
||||||
|
|
||||||
|
config USER_UORB |
||||||
|
bool |
||||||
|
default y |
||||||
|
depends on BOARD_PROTECTED && SYSTEMCMDS_UORB |
||||||
|
Loading…
Reference in new issue