[U-Boot] [PATCH v2 2/6] Move CONFIG_VIDEO_IPUV3 to defconfig
Soeren Moch
smoch at web.de
Thu Oct 13 16:10:39 CEST 2016
> Move CONFIG_VIDEO_IPUV3 from include/configs to configs
>
> Cc: Tom Rini<trini at konsulko.com>
> Cc: Stefano Babic<sbabic at denx.de>
> Signed-off-by: Jagan Teki<jteki at openedev.com>
> ---
> configs/aristainetos2_defconfig | 1 +
> configs/aristainetos2b_defconfig | 1 +
> configs/aristainetos_defconfig | 1 +
> configs/cgtqmx6eval_defconfig | 1 +
> configs/cm_fx6_defconfig | 1 +
> configs/gwventana_defconfig | 1 +
> configs/m53evk_defconfig | 1 +
> configs/mx51evk_defconfig | 1 +
> configs/mx53loco_defconfig | 1 +
> configs/mx6cuboxi_defconfig | 1 +
> configs/mx6qsabreauto_defconfig | 1 +
> configs/mx6sabresd_spl_defconfig | 1 +
> configs/nitrogen6dl2g_defconfig | 1 +
> configs/nitrogen6dl_defconfig | 1 +
> configs/nitrogen6q2g_defconfig | 1 +
> configs/nitrogen6q_defconfig | 1 +
> configs/nitrogen6s1g_defconfig | 1 +
> configs/nitrogen6s_defconfig | 1 +
> configs/novena_defconfig | 1 +
> configs/tbs2910_defconfig | 1 +
> configs/wandboard_defconfig | 1 +
> include/configs/aristainetos-common.h | 1 -
> include/configs/cgtqmx6eval.h | 1 -
> include/configs/cm_fx6.h | 1 -
> include/configs/gw_ventana.h | 1 -
> include/configs/m53evk.h | 1 -
> include/configs/mx51evk.h | 1 -
> include/configs/mx53loco.h | 1 -
> include/configs/mx6cuboxi.h | 1 -
> include/configs/mx6sabre_common.h | 1 -
> include/configs/nitrogen6x.h | 1 -
> include/configs/novena.h | 1 -
> include/configs/tbs2910.h | 1 -
> include/configs/wandboard.h | 1 -
> 34 files changed, 21 insertions(+), 13 deletions(-)
For the tbs2910 board CONFIG_VIDEO_IPUV3 depends on CONFIG_VIDEO.
So for me it makes absolutely no sense to convert CONFIG_VIDEO_IPUV3 to
Kconfig without converting CONFIG_VIDEO before and so loosing this
dependency.
Regards,
Soeren
More information about the U-Boot
mailing list