[PATCH 1/9] IR: Kconfig fixes

2010-07-28 Thread Maxim Levitsky
Move IR drives below separate menu. This allows to disable them. Also correct a typo. Signed-off-by: Maxim Levitsky --- drivers/media/IR/Kconfig | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig index e557ae0..fc

Re: [PATCH 1/9] IR: Kconfig fixes

2010-07-28 Thread Maxim Levitsky
On Wed, 2010-07-28 at 10:36 -0700, Randy Dunlap wrote: > On Wed, 28 Jul 2010 18:14:03 +0300 Maxim Levitsky wrote: > > > Move IR drives below separate menu. > > This allows to disable them. > > Also correct a typo. > > > > Signed-off-by: Maxim Levitsky > > --- > > drivers/media/IR/Kconfig | 1

Re: [PATCH 1/9] IR: Kconfig fixes

2010-07-28 Thread Randy Dunlap
On Wed, 28 Jul 2010 18:14:03 +0300 Maxim Levitsky wrote: > Move IR drives below separate menu. > This allows to disable them. > Also correct a typo. > > Signed-off-by: Maxim Levitsky > --- > drivers/media/IR/Kconfig | 14 +++--- > 1 files changed, 11 insertions(+), 3 deletions(-) > >

[PATCH 1/9] IR: Kconfig fixes

2010-07-28 Thread Maxim Levitsky
Move IR drives below separate menu. This allows to disable them. Also correct a typo. Signed-off-by: Maxim Levitsky --- drivers/media/IR/Kconfig | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig index e557ae