The default comment style is /* ... */ but should be #.
When editing a Kconfig file and then pressing [CTRL]+[/] to comment out a block this package will use the /* ... */ style comments. However, it seems that the comment method for Kconfig files should be # at the beginning of the line.
The default comment style is
/*
...*/
but should be#
.When editing a Kconfig file and then pressing [CTRL]+[/] to comment out a block this package will use the
/*
...*/
style comments. However, it seems that the comment method for Kconfig files should be#
at the beginning of the line.