Kconfig: Fix help attribute

Replace help => ---help---
This commit is contained in:
simbit18 2023-05-08 14:51:43 +02:00 committed by Alan Carvalho de Assis
parent 0fd32d8149
commit 1d2ebf91a1

View File

@ -1973,7 +1973,7 @@ config STACK_CANARIES
config STACK_USAGE
bool "Generate stack usage information"
help
---help---
Generate an extra file that specifies the maximum amount of stack used,
on a per-function basis. Please use https://github.com/HBehrens/puncover
or tools/showstack.sh to generate the more useful report.