On Wed, Jul 27, 2016 at 03:42:40PM +0900, Masahiro Yamada wrote:

[snip]
> The tool will show as follows:
> 
> uniphier_ld4_sld8_defconfig
>     CONFIG_I2C_EEPROM is not defined in Kconfig.  Do nothing.
> 
> 
> This is the message.
> 
> 
> 
>  - CONFIG_... is not defined in Kconfig.  Do nothing.
>    The entry for this CONFIG was not found in Kconfig.
>    There are two common cases:
>      - You forgot to create an entry for the CONFIG before running
>        this tool, or made a typo in a CONFIG passed to this tool.
>      - The entry was hidden due to unmet 'depends on'.
>        This is correct behavior.
> 
> 
> As the document says, moveconfig.py cannot know
> whether it was hidden by unmet "depends on"
> or it had really no entry.

OK, I think we should make this a much louder and fatal type error.  In
both cases, the move did not happen as instructed.  Is there some way to
tell moveconfig that CONFIG_X depends on CONFIG_Y, or would that too
start making things too complicated?

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to