Message ID | 20241101110245.164173-4-oss@braunwarth.dev |
---|---|
State | New |
Headers | show |
Series | tree-wide: Kconfig update | expand |
On 11/1/24 12:02, Daniel Braunwarth wrote: > Newer versions of Kconfig complains about this. > Thanks - I guess you mean "quote" and not "quotation" (I fix it during merge..). Best regards, Stefano > Signed-off-by: Daniel Braunwarth <oss@braunwarth.dev> > --- > Kconfig | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/Kconfig b/Kconfig > index 51529ba..79237bf 100644 > --- a/Kconfig > +++ b/Kconfig > @@ -362,7 +362,7 @@ comment "Bootloader support" > source "bootloader/Kconfig" > > > -comment Interfaces > +comment "Interfaces" > > config DOWNLOAD > bool "Enable image downloading" > @@ -394,7 +394,7 @@ source "suricatta/Kconfig" > > source "mongoose/Kconfig" > > -comment Security > +comment "Security" > > choice > prompt "SSL implementation to use" > @@ -533,11 +533,11 @@ config ZSTD > bool "Zstd compression support" > depends on HAVE_ZSTD > > -comment Parsers > +comment "Parsers" > source "parser/Kconfig" > > -comment Handlers > +comment "Handlers" > source "handlers/Kconfig" > > -comment Containers > +comment "Containers" > source "containers/Kconfig"
diff --git a/Kconfig b/Kconfig index 51529ba..79237bf 100644 --- a/Kconfig +++ b/Kconfig @@ -362,7 +362,7 @@ comment "Bootloader support" source "bootloader/Kconfig" -comment Interfaces +comment "Interfaces" config DOWNLOAD bool "Enable image downloading" @@ -394,7 +394,7 @@ source "suricatta/Kconfig" source "mongoose/Kconfig" -comment Security +comment "Security" choice prompt "SSL implementation to use" @@ -533,11 +533,11 @@ config ZSTD bool "Zstd compression support" depends on HAVE_ZSTD -comment Parsers +comment "Parsers" source "parser/Kconfig" -comment Handlers +comment "Handlers" source "handlers/Kconfig" -comment Containers +comment "Containers" source "containers/Kconfig"
Newer versions of Kconfig complains about this. Signed-off-by: Daniel Braunwarth <oss@braunwarth.dev> --- Kconfig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)