Skip to content

Commit

Permalink
drm/tegra: Sort reverse-dependencies alphabetically
Browse files Browse the repository at this point in the history
Move the TEGRA_HOST1X and DRM_KMS_HELPER entries around to keep the list
sorted.

Signed-off-by: Thierry Reding <[email protected]>
  • Loading branch information
thierryreding committed Dec 20, 2013
1 parent 85316ea commit d30a91f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/tegra/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ config DRM_TEGRA
depends on ARCH_TEGRA || (ARM && COMPILE_TEST)
depends on DRM
depends on RESET_CONTROLLER
select TEGRA_HOST1X
select DRM_KMS_HELPER
select DRM_KMS_FB_HELPER
select DRM_KMS_HELPER
select DRM_MIPI_DSI
select DRM_PANEL
select FB_SYS_FILLRECT
select FB_SYS_COPYAREA
select FB_SYS_IMAGEBLIT
select TEGRA_HOST1X
help
Choose this option if you have an NVIDIA Tegra SoC.

Expand Down

0 comments on commit d30a91f

Please sign in to comment.