drivers: spi: Format SYS_LOG_SPI_LEVEL help nicer
The previous help text rendered as a single paragraph in the Kconfig RST reference. The new help text renders as a bullet list and matches the format of SYS_LOG_CRYPTO_LEVEL. Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
This commit is contained in:
parent
4703ba7d31
commit
af1ad986b9
1 changed files with 11 additions and 5 deletions
|
@ -89,12 +89,18 @@ config SYS_LOG_SPI_LEVEL
|
|||
range 0 4
|
||||
help
|
||||
Sets log level for SPI drivers.
|
||||
|
||||
Levels are:
|
||||
0 OFF, do not write
|
||||
1 ERROR, only write SYS_LOG_ERR
|
||||
2 WARNING, write SYS_LOG_WRN in addition to previous level
|
||||
3 INFO, write SYS_LOG_INF in addition to previous levels
|
||||
4 DEBUG, write SYS_LOG_DBG in addition to previous levels
|
||||
|
||||
- 0 OFF, do not write
|
||||
|
||||
- 1 ERROR, only write SYS_LOG_ERR
|
||||
|
||||
- 2 WARNING, write SYS_LOG_WRN in addition to previous level
|
||||
|
||||
- 3 INFO, write SYS_LOG_INF in addition to previous levels
|
||||
|
||||
- 4 DEBUG, write SYS_LOG_DBG in addition to previous levels
|
||||
|
||||
config SPI_CS_GPIO
|
||||
bool "SPI port CS pin is controlled via a GPIO port"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue