diff options
| author | Tom Rini <[email protected]> | 2022-06-10 22:59:34 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-28 17:04:38 -0400 |
| commit | 4d2cab33d43a009bfa342598a1760067b022ae5e (patch) | |
| tree | d5d4819007e09c76a858d80529b4494efc1ddc20 /configs/snow_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 <[email protected]>
Cc: Jaehoon Chung <[email protected]>
Cc: Minkyu Kang <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'configs/snow_defconfig')
| -rw-r--r-- | configs/snow_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/snow_defconfig b/configs/snow_defconfig index 4377a58130e..8d1b28dcf8c 100644 --- a/configs/snow_defconfig +++ b/configs/snow_defconfig @@ -94,6 +94,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_VIDEO_BRIDGE_NXP_PTN3460=y |
