Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320098
b: refs/heads/master
c: c455f5c
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jul 6, 2012
1 parent a5ed470 commit c9e2cfa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd5534be6bc681d6a5ca62b3b6066ff8515e1aac
refs/heads/master: c455f5c85ab79d065d09915e73c643f4cfa0eb16
3 changes: 2 additions & 1 deletion trunk/drivers/media/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ config MEDIA_RADIO_SUPPORT
support radio reception. Disabling this option will
disable support for them.

menuconfig MEDIA_RC_SUPPORT
config MEDIA_RC_SUPPORT
bool "Remote Controller support"
depends on INPUT
---help---
Expand Down Expand Up @@ -138,6 +138,7 @@ config DVB_NET
You may want to disable the network support on embedded devices. If
unsure say Y.

comment "Media drivers"
source "drivers/media/common/Kconfig"
source "drivers/media/rc/Kconfig"

Expand Down
11 changes: 9 additions & 2 deletions trunk/drivers/media/rc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ config RC_CORE
depends on INPUT
default y

source "drivers/media/rc/keymaps/Kconfig"

menuconfig RC_DECODERS
bool "Remote controller decoders"
depends on RC_CORE
default y

if RC_DECODERS
config LIRC
tristate "LIRC interface driver"
depends on RC_CORE
Expand All @@ -15,8 +23,6 @@ config LIRC
LIRC daemon handles protocol decoding for IR reception and
encoding for IR transmitting (aka "blasting").

source "drivers/media/rc/keymaps/Kconfig"

config IR_NEC_DECODER
tristate "Enable IR raw decoder for the NEC protocol"
depends on RC_CORE
Expand Down Expand Up @@ -99,6 +105,7 @@ config IR_MCE_KBD_DECODER
Enable this option if you have a Microsoft Remote Keyboard for
Windows Media Center Edition, which you would like to use with
a raw IR receiver in your system.
endif #RC_DECODERS

menuconfig RC_DEVICES
bool "Remote Controller devices"
Expand Down

0 comments on commit c9e2cfa

Please sign in to comment.