diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-11-21 15:29:29 +0100 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2013-02-22 08:20:05 +0100 |
commit | f142d3bd556c5e82e9bb3d33d07d6708702ea4ce (patch) | |
tree | 16dc228f0bcb8766753bc737353ac01c7929768c /drivers/video/Kconfig | |
parent | 595887eb90b7e74a3e276b8f17d35236d85b0d37 (diff) | |
download | linux-stable-f142d3bd556c5e82e9bb3d33d07d6708702ea4ce.tar.gz linux-stable-f142d3bd556c5e82e9bb3d33d07d6708702ea4ce.tar.bz2 linux-stable-f142d3bd556c5e82e9bb3d33d07d6708702ea4ce.zip |
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/Kconfig | 3 |
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--- |