Skip to content

Commit

Permalink
V4L/DVB: IR: Kconfig fixes
Browse files Browse the repository at this point in the history
Move IR drives below separate menu.
This allows to disable them.
Also correct a typo.

Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Maxim Levitsky authored and Mauro Carvalho Chehab committed Aug 9, 2010
1 parent 2c1101d commit ade321c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions drivers/media/IR/Kconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
config IR_CORE
tristate
menuconfig IR_CORE
tristate "Infrared remote controller adapters"
depends on INPUT
default INPUT

if IR_CORE

config VIDEO_IR
tristate
depends on IR_CORE
Expand All @@ -16,7 +18,7 @@ config LIRC
Enable this option to build the Linux Infrared Remote
Control (LIRC) core device interface driver. The LIRC
interface passes raw IR to and from userspace, where the
LIRC daemon handles protocol decoding for IR reception ann
LIRC daemon handles protocol decoding for IR reception and
encoding for IR transmitting (aka "blasting").

source "drivers/media/IR/keymaps/Kconfig"
Expand Down Expand Up @@ -115,3 +117,5 @@ config IR_STREAMZAP

To compile this driver as a module, choose M here: the
module will be called streamzap.

endif #IR_CORE

0 comments on commit ade321c

Please sign in to comment.