Kconfig: Clean up some symbol definitions
- 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>
This commit is contained in:
parent
3a2572625e
commit
d1684a83a4
15 changed files with 20 additions and 83 deletions
|
@ -87,7 +87,6 @@ if BT_SPI
|
|||
|
||||
config BT_BLUENRG_ACI
|
||||
bool "Enable ACI message with with BlueNRG-based devices"
|
||||
default n
|
||||
help
|
||||
Enable support for devices compatible with the BlueNRG Bluetooth
|
||||
Stack. Current driver supports: ST BLUENRG-MS.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue