Kconfig: Remove copy-pasted comments on some promptless symbols
Remove the # Omit prompt to signify a "hidden" option comments that appear on some symbols. They seem to have been copy-pasted at random, as there are lots of promptless symbols that don't have them (that's confusing in itself, because it might give the idea that the ones with comments are special in some way). I suspect those comments wouldn't have helped me much if I didn't know Kconfig either. There's a lot more Kconfig documentation now too, e.g. https://docs.zephyrproject.org/latest/guides/kconfig/index.html. Keep some comments that give more information than the symbol having no prompt. Also do some minor drive-by cleanup. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
5537181e1a
commit
ac9fe11f2f
29 changed files with 7 additions and 78 deletions
|
@ -9,8 +9,6 @@ if BOARD_EFM32HG_SLSTK3400A
|
|||
|
||||
config BOARD_INIT_PRIORITY
|
||||
int
|
||||
|
||||
# omit prompt to signify a "hidden" option
|
||||
default KERNEL_INIT_PRIORITY_DEFAULT
|
||||
depends on GPIO
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue