MLK-14628 epdc: Fix configs issue
authorYe Li <ye.li@nxp.com>
Thu, 6 Apr 2017 02:30:54 +0000 (10:30 +0800)
committerYe Li <ye.li@nxp.com>
Thu, 6 Apr 2017 02:30:54 +0000 (10:30 +0800)
commitb6fa97917c085fbbd22b16765afa6f68bdc4234d
treec26008dd9eff61ae269332481de18ec3ae2b8200
parentd459c153296ff16ec49f521713ffc899f301901a
MLK-14628 epdc: Fix configs issue

In Kconfig, the CONFIG_MXC_EPDC depends on CONFIG_LCD.
We can't only set the CONFIG_MXC_EPDC in defconfig and set CONFIG_LCD in header file.
This will cause the both two configs are not selected. So in fact the epdc codes
are not compiled.

Signed-off-by: Ye Li <ye.li@nxp.com>
configs/mx6slevk_epdc_defconfig
configs/mx6ull_14x14_ddr3_arm2_epdc_defconfig
configs/mx7d_12x12_lpddr3_arm2_epdc_defconfig
configs/mx7dsabresd_epdc_defconfig
include/configs/mx6slevk.h
include/configs/mx6ull_ddr3_arm2.h
include/configs/mx7d_arm2.h
include/configs/mx7dsabresd.h