diff options
author | Tom Rini | 2022-06-10 22:59:34 -0400 |
---|---|---|
committer | Tom Rini | 2022-06-28 17:04:38 -0400 |
commit | 4d2cab33d43a009bfa342598a1760067b022ae5e (patch) | |
tree | d5d4819007e09c76a858d80529b4494efc1ddc20 /configs/peach-pit_defconfig | |
parent | 24ec3dea4bf07e8928e82d509ce5bc742fdbde9b (diff) |
video: Migrate exynos display options to Kconfig
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@denx.de>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'configs/peach-pit_defconfig')
-rw-r--r-- | configs/peach-pit_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/peach-pit_defconfig b/configs/peach-pit_defconfig index 296b4ceb195..07740571c75 100644 --- a/configs/peach-pit_defconfig +++ b/configs/peach-pit_defconfig @@ -83,6 +83,9 @@ CONFIG_DM_VIDEO=y # CONFIG_VIDEO_BPP8 is not set CONFIG_VIDCONSOLE_AS_LCD=y CONFIG_DISPLAY=y +CONFIG_VIDEO_EXYNOS=y +CONFIG_EXYNOS_DP=y +CONFIG_EXYNOS_FB=y CONFIG_VIDEO_BRIDGE=y CONFIG_VIDEO_BRIDGE_PARADE_PS862X=y CONFIG_LCD=y |