aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2012-11-21 15:29:29 +0100
committerThierry Reding <thierry.reding@avionic-design.de>2013-02-22 08:20:05 +0100
commitf142d3bd556c5e82e9bb3d33d07d6708702ea4ce (patch)
tree16dc228f0bcb8766753bc737353ac01c7929768c /drivers/video/Kconfig
parent595887eb90b7e74a3e276b8f17d35236d85b0d37 (diff)
video: Add generic HDMI infoframe helpers
Add generic helpers to pack HDMI infoframes into binary buffers. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 09f1a18c1adf..b11eeab94151 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -52,6 +52,9 @@ config OF_VIDEOMODE
help
helper to get videomodes from the devicetree
+config HDMI
+ bool
+
menuconfig FB
tristate "Support for frame buffer devices"
---help---