]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/hwspinlock.git/commit
video: Kconfig: move drm and fb into separate menus
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 13 Feb 2014 14:32:13 +0000 (16:32 +0200)
committerDan Murphy <DMurphy@ti.com>
Sat, 7 Jun 2014 22:02:09 +0000 (17:02 -0500)
commit279c98ae323867910a954310208ab874d135d9ea
treebd4f06f216d042831d3c2d5a8356d2095321ee8e
parent6f39f0a4a703a4ee3d71e15bc62f16cdc24f2f66
video: Kconfig: move drm and fb into separate menus

[ Upstream commit 776bbb97e0a37fe67bd0870e5aa4845af856b872 ]

At the moment the "Device Drivers / Graphics support" kernel config page
looks rather messy, with DRM and fbdev driver selections on the same
page, some on the top level Graphics support page, some under their
respective subsystems.

If I'm not mistaken, this is caused by the drivers depending on other
things than DRM or FB, which causes Kconfig to arrange the options in
not-so-neat manner.

Both DRM and FB have a main menuconfig option for the whole DRM or FB
subsystem. Optimally, this would be enough to arrange all DRM and FB
options under the respective subsystem, but for whatever reason this
doesn't work reliably.

This patch adds an explicit submenu for DRM and FB, making it much
clearer which options are related to FB, and which to DRM.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dan Murphy <DMurphy@ti.com>
drivers/video/Kconfig