Browse Source

[media] rc/Kconfig: Move a LIRC sub-option to the right place

The IR to LIRC option were at the wrong sub-menu. Move it to the right
place.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Mauro Carvalho Chehab 13 years ago
parent
commit
94f7476716
1 changed files with 11 additions and 10 deletions
  1. 11 10
      drivers/media/rc/Kconfig

+ 11 - 10
drivers/media/rc/Kconfig

@@ -23,6 +23,17 @@ config LIRC
 	   LIRC daemon handles protocol decoding for IR reception and
 	   LIRC daemon handles protocol decoding for IR reception and
 	   encoding for IR transmitting (aka "blasting").
 	   encoding for IR transmitting (aka "blasting").
 
 
+config IR_LIRC_CODEC
+	tristate "Enable IR to LIRC bridge"
+	depends on RC_CORE
+	depends on LIRC
+	default y
+
+	---help---
+	   Enable this option to pass raw IR to and from userspace via
+	   the LIRC interface.
+
+
 config IR_NEC_DECODER
 config IR_NEC_DECODER
 	tristate "Enable IR raw decoder for the NEC protocol"
 	tristate "Enable IR raw decoder for the NEC protocol"
 	depends on RC_CORE
 	depends on RC_CORE
@@ -113,16 +124,6 @@ menuconfig RC_DEVICES
 
 
 if RC_DEVICES
 if RC_DEVICES
 
 
-config IR_LIRC_CODEC
-	tristate "Enable IR to LIRC bridge"
-	depends on RC_CORE
-	depends on LIRC
-	default y
-
-	---help---
-	   Enable this option to pass raw IR to and from userspace via
-	   the LIRC interface.
-
 config RC_ATI_REMOTE
 config RC_ATI_REMOTE
 	tristate "ATI / X10 based USB RF remote controls"
 	tristate "ATI / X10 based USB RF remote controls"
 	depends on USB_ARCH_HAS_HCD
 	depends on USB_ARCH_HAS_HCD