Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
localmodconfig: Fix parsing of "help" text
Help text may start with "help" or "---help---". This patch fixes read_kconfig() to recognize the second variant. This removes useless junk from %depends and %selects. That junk is due to help text that contains the words "selects" and "depends". Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Benjamin Poirier <[email protected]> Signed-off-by: Steven Rostedt <[email protected]>
- Loading branch information