diff options
author | Andrzej Hajda <a.hajda@samsung.com> | 2015-10-26 13:03:42 +0100 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2015-11-03 03:46:38 +0100 |
commit | 3cb02b4a9e3e4f71ca7fefaff96ae47dd42a0adc (patch) | |
tree | ee9a0fb43abf943829a8cf86f7db1064d1d95b1d /drivers/gpu/drm/exynos/Kconfig | |
parent | drm/exynos/mixer: replace direct cross-driver call with drm mode validation (diff) | |
download | linux-3cb02b4a9e3e4f71ca7fefaff96ae47dd42a0adc.tar.xz linux-3cb02b4a9e3e4f71ca7fefaff96ae47dd42a0adc.zip |
drm/exynos: separate Mixer and HDMI drivers
Latest Exynos SoCs does not have Mixer IP, but they still have HDMI IP.
Their drivers should be configurable separately.
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/Kconfig')
-rw-r--r-- | drivers/gpu/drm/exynos/Kconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/Kconfig b/drivers/gpu/drm/exynos/Kconfig index bd1a4156f647..1d7d9b843354 100644 --- a/drivers/gpu/drm/exynos/Kconfig +++ b/drivers/gpu/drm/exynos/Kconfig @@ -62,9 +62,15 @@ config DRM_EXYNOS_DP help This enables support for DP device. +config DRM_EXYNOS_MIXER + bool "Exynos DRM Mixer" + depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV + help + Choose this option if you want to use Exynos Mixer for DRM. + config DRM_EXYNOS_HDMI bool "Exynos DRM HDMI" - depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV + depends on DRM_EXYNOS && !VIDEO_SAMSUNG_S5P_TV && (DRM_EXYNOS_MIXER || DRM_EXYNOS5433_DECON) help Choose this option if you want to use Exynos HDMI for DRM. |