Re: [PATCH] kconfig: add dependency warning print about invalid values in verbose mode

From: Masahiro Yamada
Date: Wed Aug 23 2023 - 17:54:24 EST


On Wed, Aug 23, 2023 at 10:56 AM Sergey Senozhatsky
<senozhatsky@xxxxxxxxxxxx> wrote:
>
> On (23/08/19 22:40), Jesse T wrote:
> > > > From: Ying Sun <sunying@xxxxxxxxxxxxxx>
> > > >
> > > > Add warning about the configuration option's invalid value in verbose mode,
> > > > including error causes, mismatch dependency, old and new values,
> > > > to help users correct them.
>
> Are those really errors?
>
> ERROR : CLANG_VERSION[140006 => 0] value is invalid due to it has default value
> ERROR : CC_IS_GCC[n => y] value is invalid due to it has default value
> ERROR : GCC_VERSION[0 => 120200] value is invalid due to it has default value
>
> I'm using clang, so corresponding options are set accordingly in my .config


I think not errors, but warnings.

His idea is, CONFIG options that change a value
should be warned.



--
Best Regards
Masahiro Yamada