2013-06-28 03:30:45

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the drm tree

Hi Dave,

After merging the drm tree, today's linux-next builds (powerpc
ppc64_defconfig and x86_64 allmodconfig) produced this warning:

drivers/video/Kconfig:42:error: recursive dependency detected!
drivers/video/Kconfig:42: symbol FB is selected by DRM_KMS_HELPER
drivers/gpu/drm/Kconfig:29: symbol DRM_KMS_HELPER is selected by DRM_OMAP
drivers/gpu/drm/omapdrm/Kconfig:2: symbol DRM_OMAP depends on FB_OMAP2
drivers/video/omap2/omapfb/Kconfig:1: symbol FB_OMAP2 depends on FB

Probably revealed by commit dc8de1ae7f59 ("drm/omap: change "!
CONFIG_FB_OMAP2" to "!FB_OMAP2"").
--
Cheers,
Stephen Rothwell [email protected]


Attachments:
(No filename) (648.00 B)
(No filename) (836.00 B)
Download all attachments

2013-06-28 03:33:03

by Dave Airlie

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the drm tree

>
> After merging the drm tree, today's linux-next builds (powerpc
> ppc64_defconfig and x86_64 allmodconfig) produced this warning:

Latest -next tree just drops that FB_OMAP2 dep completely.

too much hassle.

Thanks,
Dave.