[2.6 patch] cleanup default value of DVB_CINERGYT2_ENABLE_RC_INPUT_DEVICE

From: Jean-Luc Léger
Date: Sat Apr 15 2006 - 19:02:02 EST


Default values for boolean and tristate options can only be 'y', 'm' or 'n'.
This patch updates default value for DVB_CINERGYT2_ENABLE_RC_INPUT_DEVICE.

Signed-off-by: Jean-Luc Léger <jean-luc.leger@xxxxxxxxxxxxxxxx>

Index: linux-2.6.17-rc1/drivers/media/dvb/cinergyT2/Kconfig
===================================================================
--- linux-2.6.17-rc1/drivers/media/dvb/cinergyT2/Kconfig.old 2006-04-15 22:14:43.000000000 +0200
+++ linux-2.6.17-rc1/drivers/media/dvb/cinergyT2/Kconfig 2006-04-15 22:16:02.000000000 +0200
@@ -64,7 +64,7 @@
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.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/