[linux-dvb] [PATCH] Some changes to the Kbuild help
Michael Krufky
mkrufky at linuxtv.org
Thu Mar 30 08:12:53 CEST 2006
Oops! (reviewing my own patch)
Michael Krufky wrote:
> diff -r a1d6b1ec9e2d linux/drivers/media/video/cx88/Kconfig
> --- a/linux/drivers/media/video/cx88/Kconfig Thu Mar 30 01:05:16 2006
> +++ b/linux/drivers/media/video/cx88/Kconfig Thu Mar 30 00:43:15 2006
> @@ -1,3 +1,8 @@
> +config VIDEO_CX88_VP3054
> + tristate
> + default y
^^^^^^^^^^^^^^^^^^^ I would actually have to remove this line. Keeping
it there would make it impossible for VIDEO_CX88_VP3054 NOT to be
selected when it's dependencies are met.
> + depends on VIDEO_CX88_DVB && DVB_MT352
> +
> config VIDEO_CX88
> tristate "Conexant 2388x (bt878 successor) support"
> depends on VIDEO_DEV && PCI && I2C
> @@ -73,10 +78,11 @@
> This adds DVB-T support for cards based on the
> Connexant 2388x chip and the MT352 demodulator.
>
> -config VIDEO_CX88_VP3054
> - tristate "VP-3054 Secondary I2C Bus Support"
> - default m
> - depends on DVB_MT352
> +config VIDEO_CX88_DVB_VP3054
> + bool "VP-3054 Secondary I2C Bus Support"
> + default y
> + depends on VIDEO_CX88_DVB_MT352 && !VIDEO_CX88_DVB_ALL_FRONTENDS
> + select VIDEO_CX88_VP3054
> ---help---
> This adds DVB-T support for cards based on the
> Connexant 2388x chip and the MT352 demodulator,
>
>
> Signed-off-by: Michael Krufky <mkrufky at linuxtv.org>
More information about the linux-dvb
mailing list