• Ye Li's avatar
    MLK-14628 epdc: Fix configs issue · b6fa9791
    Ye Li authored
    
    
    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: default avatarYe Li <ye.li@nxp.com>
    b6fa9791