Hi Lee, On Fri, 2023-03-17 at 08:17 +0000, Lee Jones wrote: > Fixes the following W=1 kernel build warning(s): > > scripts/Makefile.build:252: drivers/gpu/drm/bridge/imx/Makefile: > imx-ldb-helper.o is added to multiple modules: imx8qm-ldb imx8qxp-ldb > > Cc: Liu Ying <[email protected]> > Cc: Andrzej Hajda <[email protected]> > Cc: Neil Armstrong <[email protected]> > Cc: Robert Foss <[email protected]> > Cc: Laurent Pinchart <[email protected]> > Cc: Jonas Karlman <[email protected]> > Cc: Jernej Skrabec <[email protected]> > Cc: David Airlie <[email protected]> > Cc: Daniel Vetter <[email protected]> > Cc: Shawn Guo <[email protected]> > Cc: Sascha Hauer <[email protected]> > Cc: Pengutronix Kernel Team <[email protected]> > Cc: Fabio Estevam <[email protected]> > Cc: NXP Linux Team <[email protected]> > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Lee Jones <[email protected]>
Thank you for the patch. > --- > drivers/gpu/drm/bridge/imx/Kconfig | 7 +++++++ > drivers/gpu/drm/bridge/imx/Makefile | 7 +++++-- > drivers/gpu/drm/bridge/imx/imx-ldb-helper.c | 13 +++++++++++++ > 3 files changed, 25 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/bridge/imx/Kconfig > b/drivers/gpu/drm/bridge/imx/Kconfig > index 608f47f41bcd1..97018dcd078d0 100644 > --- a/drivers/gpu/drm/bridge/imx/Kconfig > +++ b/drivers/gpu/drm/bridge/imx/Kconfig > @@ -1,10 +1,16 @@ > if ARCH_MXC || COMPILE_TEST > > +config DRM_IMX8_LIB I would limit this to i.MX LVDS Display Bridge(LDB) library, so I suggest to use DRM_IMX_LDB_LIB. > + tristate > + help > + Common helper functions used by some of the drivers below. Considering to use DRM_IMX_LDB_LIB, help message can be a bit more specific to LDB drivers, like: Common helper functions used by i.MX LVDS display bridge drivers below. Regards, Liu Ying
