
On 01/31/2017 01:27 AM, Prabhakar Kushwaha wrote:
Enable ELBC from Kconfig.
Signed-off-by: Prabhakar Kushwaha prabhakar.kushwaha@nxp.com
Changes for v5: Added first time in the patch set Changes for v6: Sending as it is Changes for v7: Fix compiliation error
arch/powerpc/cpu/mpc85xx/Kconfig | 20 ++++++++++++++++++++ include/configs/MPC8536DS.h | 1 - include/configs/MPC8569MDS.h | 2 -- include/configs/MPC8572DS.h | 1 - include/configs/P1022DS.h | 1 - include/configs/P1023RDB.h | 1 - include/configs/P2041RDB.h | 1 - include/configs/UCP1020.h | 1 - include/configs/controlcenterd.h | 1 - include/configs/corenet_ds.h | 1 - include/configs/cyrus.h | 1 - include/configs/ids8313.h | 2 -- include/configs/km/kmp204x-common.h | 1 - include/configs/p1_p2_rdb_pc.h | 1 - include/configs/p1_twr.h | 1 - include/configs/xpedite537x.h | 1 - include/configs/xpedite550x.h | 1 - 17 files changed, 20 insertions(+), 18 deletions(-)
Prabhakar,
You moved CONFIG_FSL_ELBC to Kconfig for mpc85xx, but you didn't move it for 83xx, and you removed it from ids8313. This causes error for ids8313. Please check.
York