diff options
author | Benjamin Gaignard <benjamin.gaignard@linaro.org> | 2014-07-30 20:20:56 +0400 |
---|---|---|
committer | Benjamin Gaignard <benjamin.gaignard@linaro.org> | 2014-07-30 20:20:56 +0400 |
commit | f2cb3148642533f6c162ce61806b25b6c622ab90 (patch) | |
tree | 22eaf0fa3697515b11049b213290104faa5bb736 /drivers/gpu/drm/sti/Kconfig | |
parent | 30ebb9088c50181e0f8a2013f7d7579aa3480833 (diff) | |
download | linux-f2cb3148642533f6c162ce61806b25b6c622ab90.tar.xz |
drm: sti: add VTG driver
Video Time Generator drivers are used to synchronize the compositor
and tvout hardware IPs by providing line count, sample count,
synchronization signals (HSYNC, VSYNC) and top and bottom fields
indication.
VTG are used by pair for each data path (main or auxiliary)
one for master and one for slave.
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Reviewed-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/sti/Kconfig')
-rw-r--r-- | drivers/gpu/drm/sti/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/sti/Kconfig b/drivers/gpu/drm/sti/Kconfig new file mode 100644 index 000000000000..a18df02dc95a --- /dev/null +++ b/drivers/gpu/drm/sti/Kconfig @@ -0,0 +1,5 @@ +config DRM_STI + tristate "DRM Support for STMicroelectronics SoC stiH41x Series" + depends on DRM && (SOC_STIH415 || SOC_STIH416 || ARCH_MULTIPLATFORM) + help + Choose this option to enable DRM on STM stiH41x chipset |