Re: [patch review] radio/Kconfig: introduce 3 groups: isa, pci, and others drivers

2009-03-21 Thread Alain Kalker
Op zaterdag 21-03-2009 om 22:16 uur [tijdzone +0100], schreef Alain Kalker: Starting out from 'allmodconfig', > > Pruning (deselecting) all principal modules (i.e. those that actually > > provide modaliases) for devices that we don't want, and then pruning all > > of their dependencies that have n

Re: [patch review] radio/Kconfig: introduce 3 groups: isa, pci, and others drivers

2009-03-21 Thread Alain Kalker
Op zaterdag 21-03-2009 om 22:11 uur [tijdzone +0100], schreef Alain Kalker: > Op donderdag 19-03-2009 om 15:43 uur [tijdzone -0700], schreef Trent > Piepho: > > On Thu, 19 Mar 2009, Mauro Carvalho Chehab wrote: > > > On Thu, 19 Mar 2009 17:18:47 +0300 > > > Alexey Klimov wrote: > > > over what we

Re: [patch review] radio/Kconfig: introduce 3 groups: isa, pci, and others drivers

2009-03-21 Thread Alain Kalker
Op donderdag 19-03-2009 om 15:43 uur [tijdzone -0700], schreef Trent Piepho: > On Thu, 19 Mar 2009, Mauro Carvalho Chehab wrote: > > On Thu, 19 Mar 2009 17:18:47 +0300 > > Alexey Klimov wrote: > > over what we currently have on our complex Kbuilding system. > > > > For the out-of-system building,

Re: [patch review] radio/Kconfig: introduce 3 groups: isa, pci, and others drivers

2009-03-20 Thread Mauro Carvalho Chehab
On Thu, 19 Mar 2009 15:43:42 -0700 (PDT) Trent Piepho wrote: > On Thu, 19 Mar 2009, Mauro Carvalho Chehab wrote: > > On Thu, 19 Mar 2009 17:18:47 +0300 > > Alexey Klimov wrote: > > over what we currently have on our complex Kbuilding system. > > > > For the out-of-system building, one alternativ

Re: [patch review] radio/Kconfig: introduce 3 groups: isa, pci, and others drivers

2009-03-19 Thread Trent Piepho
On Thu, 19 Mar 2009, Mauro Carvalho Chehab wrote: > On Thu, 19 Mar 2009 17:18:47 +0300 > Alexey Klimov wrote: > over what we currently have on our complex Kbuilding system. > > For the out-of-system building, one alternative would be to create some make > syntax for building just some drivers, lik

Re: [patch review] radio/Kconfig: introduce 3 groups: isa, pci, and others drivers

2009-03-19 Thread Mauro Carvalho Chehab
On Thu, 19 Mar 2009 17:18:47 +0300 Alexey Klimov wrote: > On Thu, Mar 19, 2009 at 5:03 PM, Mauro Carvalho Chehab > wrote: > > On Thu, 19 Mar 2009 16:03:20 +0300 > > Alexey Klimov wrote: > > > >> Hello, all > >> What do you think about such patch that makes selecting of radio drivers > >> in men

Re: [patch review] radio/Kconfig: introduce 3 groups: isa, pci, and others drivers

2009-03-19 Thread Alexey Klimov
On Thu, Mar 19, 2009 at 5:03 PM, Mauro Carvalho Chehab wrote: > On Thu, 19 Mar 2009 16:03:20 +0300 > Alexey Klimov wrote: > >> Hello, all >> What do you think about such patch that makes selecting of radio drivers >> in menuconfig more comfortable ? > > Frankly, I don't see any gain: If the user

Re: [patch review] radio/Kconfig: introduce 3 groups: isa, pci, and others drivers

2009-03-19 Thread Alexey Klimov
On Thu, 2009-03-19 at 14:37 +0100, Hans Verkuil wrote: > > Hello, all > > What do you think about such patch that makes selecting of radio drivers > > in menuconfig more comfortable ? > > I think splitting off the ISA drivers is certainly useful. I'm not sure > whether you need to split the remain

Re: [patch review] radio/Kconfig: introduce 3 groups: isa, pci, and others drivers

2009-03-19 Thread Mauro Carvalho Chehab
On Thu, 19 Mar 2009 16:03:20 +0300 Alexey Klimov wrote: > Hello, all > What do you think about such patch that makes selecting of radio drivers > in menuconfig more comfortable ? Frankly, I don't see any gain: If the user doesn't have ISA (or doesn't want to have), it should have already unselec

Re: [patch review] radio/Kconfig: introduce 3 groups: isa, pci, and others drivers

2009-03-19 Thread Hans Verkuil
> Hello, all > What do you think about such patch that makes selecting of radio drivers > in menuconfig more comfortable ? I think splitting off the ISA drivers is certainly useful. I'm not sure whether you need to split the remainder into PCI and Others. I think that's overkill. Regards,

[patch review] radio/Kconfig: introduce 3 groups: isa, pci, and others drivers

2009-03-19 Thread Alexey Klimov
Hello, all What do you think about such patch that makes selecting of radio drivers in menuconfig more comfortable ? --- Patch divides/separates radio drivers in Kconfig in 3 groups - ISA, PCI and others. Signed-off-by: Alexey Klimov -- diff -r 626c136ec221 linux/drivers/media/radio/Kconfig --