On Fri, Oct 26, 2007, Ingo Molnar wrote:
quoted text >
> the attached config (generated via make randconfig) fails to build due
> to the combination of these config entries:
>
> CONFIG_VIDEO_DEV=m
> CONFIG_VIDEO_SAA7146_VV=y
>
> i found no obvious Kconfig way to force VIDEO_SAA7146_VV to be modular
> when VIDEO_DEV is modular - is there a good solution for this?
According to
http://lkml.org/lkml/2007/10/21/226 :
config VIDEO_SAA7146_VV
tristate
depends on VIDEO_DEV = y || VIDEO_DEV = VIDEO_SAA7146_VV
select VIDEOBUF_DMA_SG
select VIDEO_SAA7146
(untested)
Johannes
-
unsubscribe notice To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Messages in current thread:
Re: [build bug, 2.6.24-rc1] CONFIG_VIDEO_DEV=m & CONFIG_... , Johannes Stezenbach , (Sat Oct 27, 5:30 pm)