[PATCH] fix bug in cinergyT2's Kconfig file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The Kernel config programs expect 'default y' and don't understand
'default "yes"'.

Only used in one place.
# HG changeset patch
# User Trent Piepho <xyzzy@xxxxxxxxxxxxx>
# Node ID 01b23734d78903f03dd502d8882f90fb84fa95ef
# Parent  4e1bd8f5c36d06a143d0138336adafe4d9e669e9
default "yes", no.  default y, yes.

From: Trent Piepho <xyzzy@xxxxxxxxxxxxx>

The Kernel config programs expect 'default y' and don't understand
'default "yes"'.

Signed-off-by: Trent Piepho <xyzzy@xxxxxxxxxxxxx>

diff -r 4e1bd8f5c36d -r 01b23734d789 linux/drivers/media/dvb/cinergyT2/Kconfig
--- a/linux/drivers/media/dvb/cinergyT2/Kconfig	Thu Jun 15 02:58:34 2006 -0700
+++ b/linux/drivers/media/dvb/cinergyT2/Kconfig	Thu Jun 15 03:25:51 2006 -0700
@@ -64,7 +64,7 @@ config DVB_CINERGYT2_ENABLE_RC_INPUT_DEV
 config DVB_CINERGYT2_ENABLE_RC_INPUT_DEVICE
 	bool "Register the onboard IR Remote Control Receiver as Input Device"
 	depends on DVB_CINERGYT2_TUNING
-	default "yes"
+	default y
 	help
 	  Enable this option if you want to use the onboard Infrared Remote
 	  Control Receiver as Linux-Input device.
_______________________________________________

linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux