diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Kconfig b/src/Kconfig index e362281c77..459280dc1d 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -104,11 +104,11 @@ config FMD_GENPARSER Otherwise, say N to use the provided pregenerated scanner/parser. config UTIL_GENPARSER - bool "Generate SCONFIG & BLOBTOOL parser using flex and bison" + bool "Generate SCONFIG & BINCFG parser using flex and bison" default n help Enable this option if you are working on the sconfig device tree - parser or blobtool and made changes to the .l or .y files. + parser or bincfg and made changes to the .l or .y files. Otherwise, say N to use the provided pregenerated scanner/parser. |