[PATCH] drm: mxsfb: fix Kconfig menu presentation

Randy Dunlap rdunlap at infradead.org
Thu Mar 12 05:09:32 UTC 2020


From: Randy Dunlap <rdunlap at infradead.org>

Make DRM_MXS depend on DRM. This causes the MXS FB menu to be
presented in the DRM menu where it should be instead of in the
Graphics support menu.

Fixes: 45d59d704080 ("drm: Add new driver for MXSFB controller")
Signed-off-by: Randy Dunlap <rdunlap at infradead.org>
Cc: Marek Vasut <marex at denx.de>
Cc: Lucas Stach <l.stach at pengutronix.de>
Cc: Fabio Estevam <fabio.estevam at nxp.com>
Cc: Shawn Guo <shawnguo at kernel.org>
Cc: Stefan Agner <stefan at agner.ch>
Cc: dri-devel at lists.freedesktop.org
---
 drivers/gpu/drm/mxsfb/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-a.orig/drivers/gpu/drm/mxsfb/Kconfig
+++ linux-next-b/drivers/gpu/drm/mxsfb/Kconfig
@@ -1,6 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0-only
 config DRM_MXS
 	bool
+	depends on DRM
 	help
 	  Choose this option to select drivers for MXS FB devices
 



More information about the dri-devel mailing list