Kconfig Style Guidelines
Line length of 100 columns or fewer.
Indent with tabs, except for
helpentry text which should be placed at one tab plus two extra spaces.
Leave a single empty line between option declarations.
Use Statements like
selectcarefully, see Kconfig - Tips and Best Practices for more information.
Format comments as
# Commentrather than#Comment
Insert an empty line before/after each top-level
ifandendifstatement.