Skip to content

Commit

Permalink
drm/tegra: drop "select DRM_HDMI"
Browse files Browse the repository at this point in the history
Commit ac24c22 ("drm/tegra: Use generic
HDMI infoframe helpers") added "select DRM_HDMI" to the DRM_TEGRA
Kconfig entry. But there is no Kconfig symbol named DRM_HDMI. The select
statement for that symbol is a nop. Drop it.

What was needed to use HDMI functionality was to select HDMI (which this
entry already did through depending on DRM) and to include linux/hdmi.h
(which this commit also did).

Signed-off-by: Paul Bolle <[email protected]>
Acked-by: Thierry Reding <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
  • Loading branch information
pebolle authored and airlied committed Mar 7, 2013
1 parent 13bcf01 commit 36c1813
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/tegra/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ config DRM_TEGRA
select DRM_KMS_HELPER
select DRM_GEM_CMA_HELPER
select DRM_KMS_CMA_HELPER
select DRM_HDMI
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
Expand Down

0 comments on commit 36c1813

Please sign in to comment.