[U-Boot] [PATCH] Kconfig: ifc: Moving IFC_BANK_COUNT from Kconfig to config.h
york sun
york.sun at nxp.com
Fri Oct 21 16:24:36 CEST 2016
On 10/20/2016 11:37 PM, Prabhakar Kushwaha wrote:
> Migration of IFC_BANK_COUNT from Kconfig to config.h avoids adding
> SoC name in Kconfig as Dependencies. It will help in having
> all SoC related defines in config.h - easy to maintain.
>
Prabhakar,
Why do you want to go back to config.h? I think we are going with
Kconfig. Having everything in one config file conflicts with Kconfig.
The former has centralized config per SoC, the latter has centralized
config per feature.
York
More information about the U-Boot
mailing list