[U-Boot] [PATCH 2/2] uniphier: Drop CONFIG_I2C_EEPROM

Tom Rini trini at konsulko.com
Wed Jul 27 13:53:05 CEST 2016


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160727/2e0383e9/attachment.sig>


More information about the U-Boot mailing list