diff options
author | Thierry Reding <treding@nvidia.com> | 2015-07-21 17:01:19 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-08-14 21:35:36 +0200 |
commit | a33ee95f8f456c241897a4b6153610b8488d009d (patch) | |
tree | 141666c88619797a88ec6db581c9549ed5adb09f /drivers/gpu/drm/Kconfig | |
parent | drm/panel: Add support for LG LG4573 480x800 4.3" panel (diff) | |
download | linux-a33ee95f8f456c241897a4b6153610b8488d009d.tar.xz linux-a33ee95f8f456c241897a4b6153610b8488d009d.zip |
drm/bridge: Put Kconfig entries in a separate menu
Put the Kconfig entries for bridge drivers into a separate menu so that
they are automatically grouped and don't clutter up the top-level menu.
While at it, move the bridge menu towards the end of the top-level menu
where the panel menu is already located.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index c46ca311d8c3..beaedd78c4b9 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -79,8 +79,6 @@ config DRM_KMS_CMA_HELPER source "drivers/gpu/drm/i2c/Kconfig" -source "drivers/gpu/drm/bridge/Kconfig" - config DRM_TDFX tristate "3dfx Banshee/Voodoo3+" depends on DRM && PCI @@ -235,6 +233,8 @@ source "drivers/gpu/drm/tegra/Kconfig" source "drivers/gpu/drm/panel/Kconfig" +source "drivers/gpu/drm/bridge/Kconfig" + source "drivers/gpu/drm/sti/Kconfig" source "drivers/gpu/drm/amd/amdkfd/Kconfig" |