- Remove redundant 'n' defaults. 'n' is the default value for bool
symbols.
This makes the auto-generated documentation clearer as well: You get
"implicitly defaults to n" instead of
"- n if <propagated dependencies>".
- Shorten
<type>
prompt "foo"
to
<type> "foo"
This works for all types, not just bool.
- Various formatting nits.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
menu "General Kernel Options"
|
|
|
|
config APP_SHARED_MEM
|
|
bool "Application shared memory with app_memory"
|
|
help
|
|
This is a wrapper around app_memory to simplify usage.
|
|
|
|
endmenu
|