drm: Fix PANEL_ORIENTATION_QUIRKS breaking the Kconfig DRM menuconfig
authorHans de Goede <j.w.r.degoede@gmail.com>
Wed, 17 Jan 2018 08:10:32 +0000 (09:10 +0100)
committerHans de Goede <hdegoede@redhat.com>
Wed, 17 Jan 2018 09:10:18 +0000 (10:10 +0100)
commit341a0ffceaa44660c43d219a3b2569ebbd7d3ad1
treecc6705c89581e4b8aa9b6ec8f9612b902bb684e9
parenta0d605372a279d71abd29ed985b9a51e66e12170
drm: Fix PANEL_ORIENTATION_QUIRKS breaking the Kconfig DRM menuconfig

All Kconfig menu menu entries should have a depends on MENU_OPTION, the
menu stops after the first Kconfig entry without this depends on.

Since the PANEL_ORIENTATION_QUIRKS option is also used outside of DRM,
it deliberately does not have a depends on DRM, but this causes all
items after it to show as separate items rather then under the DRM
menuconfig.

This commit moves PANEL_ORIENTATION_QUIRKS to the end of the drm Kconfig
file, grouping it with DRM_LIB_RANDOM which also does not depend on DRM,
fixing the DRM menuconfig.

Fixes: 404d1a3edc38 ("drm: Add panel orientation quirks, v6.")
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Reported-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180117081032.6411-1-hdegoede@redhat.com
drivers/gpu/drm/Kconfig