[PATCH 11/15] video: Migrate exynos display options to Kconfig
Minkyu Kang
promsoft at gmail.com
Mon Jun 13 12:07:38 CEST 2022
Dear Tom,
On Sat, 11 Jun 2022 at 12:01, Tom Rini <trini at konsulko.com> wrote:
> Following how it's done for the majority of drivers, add a new
> VIDEO_EXYNOS option and Kconfig file under drivers/video/exynos and list
> the current options there.
>
> Cc: Anatolij Gustschin <agust at denx.de>
> Cc: Jaehoon Chung <jh80.chung at samsung.com>
> Cc: Minkyu Kang <mk7.kang at samsung.com>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> It would be good to have help options here, but I don't know the
> underlying parts, so what to add would be appreciated, or done as a
> follow-up. On a related note, the drivers themselves should be under
> something in the top-level MAINTAINERS file as they are not currently.
> ---
> configs/peach-pi_defconfig | 3 +++
> configs/peach-pit_defconfig | 3 +++
> configs/snow_defconfig | 3 +++
> configs/spring_defconfig | 3 +++
> drivers/video/Kconfig | 2 ++
> drivers/video/exynos/Kconfig | 20 ++++++++++++++++++++
> include/configs/exynos5-dt-common.h | 7 -------
> include/configs/peach-pi.h | 7 -------
> include/configs/smdk5250.h | 3 ---
> include/configs/smdk5420.h | 3 ---
> include/configs/trats.h | 1 -
> include/configs/trats2.h | 1 -
> 12 files changed, 34 insertions(+), 22 deletions(-)
> create mode 100644 drivers/video/exynos/Kconfig
>
>
Reviewed-by: Minkyu Kang <mk7.kang at samsung.com>
--
Thanks,
Minkyu Kang.
More information about the U-Boot
mailing list