Re: [PATCH] em28xx and ivtv should depend on PCI

2007-05-16 Thread Mauro Carvalho Chehab
On Wed, 16 May 2007, Al Viro wrote: + depends on VIDEO_V4L1 && I2C && PCI Err .. why would a USB device need to be depend on PCI ? Because video-buf.c does. And VIDEO_EM28XX selects it. There are already two patches fixing the broken dependencies for ivtv and em28xx on my -git tre

Re: [PATCH] em28xx and ivtv should depend on PCI

2007-05-15 Thread Al Viro
On Wed, May 16, 2007 at 05:57:39AM +0200, Markus Rechberger wrote: > On 5/16/07, Al Viro <[EMAIL PROTECTED]> wrote: > >On Wed, May 16, 2007 at 03:25:23AM +0400, Manu Abraham wrote: > >> Al Viro wrote: > >> > Signed-off-by: Al Viro <[EMAIL PROTECTED]> > >> > --- > >> > drivers/media/video/em28xx/Kc

Re: [PATCH] em28xx and ivtv should depend on PCI

2007-05-15 Thread Markus Rechberger
On 5/16/07, Al Viro <[EMAIL PROTECTED]> wrote: On Wed, May 16, 2007 at 03:25:23AM +0400, Manu Abraham wrote: > Al Viro wrote: > > Signed-off-by: Al Viro <[EMAIL PROTECTED]> > > --- > > drivers/media/video/em28xx/Kconfig |2 +- > > drivers/media/video/ivtv/Kconfig |2 +- > > 2 files cha

Re: [PATCH] em28xx and ivtv should depend on PCI

2007-05-15 Thread Al Viro
On Wed, May 16, 2007 at 03:25:23AM +0400, Manu Abraham wrote: > Al Viro wrote: > > Signed-off-by: Al Viro <[EMAIL PROTECTED]> > > --- > > drivers/media/video/em28xx/Kconfig |2 +- > > drivers/media/video/ivtv/Kconfig |2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > > > di

Re: [PATCH] em28xx and ivtv should depend on PCI

2007-05-15 Thread Manu Abraham
Al Viro wrote: > Signed-off-by: Al Viro <[EMAIL PROTECTED]> > --- > drivers/media/video/em28xx/Kconfig |2 +- > drivers/media/video/ivtv/Kconfig |2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/media/video/em28xx/Kconfig > b/drivers/media/video/em28xx/

Re: [PATCH] em28xx and ivtv should depend on PCI

2007-05-15 Thread Alexey Dobriyan
On Tue, May 15, 2007 at 08:36:40PM +0100, Al Viro wrote: > --- a/drivers/media/video/ivtv/Kconfig > +++ b/drivers/media/video/ivtv/Kconfig > @@ -1,6 +1,6 @@ > config VIDEO_IVTV > tristate "Conexant cx23416/cx23415 MPEG encoder/decoder support" > - depends on VIDEO_V4L1 && VIDEO_V4L2 && U

[PATCH] em28xx and ivtv should depend on PCI

2007-05-15 Thread Al Viro
Signed-off-by: Al Viro <[EMAIL PROTECTED]> --- drivers/media/video/em28xx/Kconfig |2 +- drivers/media/video/ivtv/Kconfig |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/em28xx/Kconfig b/drivers/media/video/em28xx/Kconfig index 3823b62..2c450bd