diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-17 07:46:31 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-17 07:46:31 -0300 |
commit | 7573bcc39485ab7aae4cba4a2a662cba0829becf (patch) | |
tree | 2dbd57aeccd7a5247057c354b629525d0249606b | |
parent | fe38dbcbe8854d0d696942de3327b3acf7789815 (diff) | |
download | mediapointer-dvb-s2-7573bcc39485ab7aae4cba4a2a662cba0829becf.tar.gz mediapointer-dvb-s2-7573bcc39485ab7aae4cba4a2a662cba0829becf.tar.bz2 |
default "yes", no. default y, yes.
From: Trent Piepho <xyzzy@speakeasy.org>
The Kernel config programs expect 'default y' and don't understand
'default "yes"'.
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | linux/drivers/media/dvb/cinergyT2/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/cinergyT2/Kconfig b/linux/drivers/media/dvb/cinergyT2/Kconfig index 6018fcdba..b5cdd57ec 100644 --- a/linux/drivers/media/dvb/cinergyT2/Kconfig +++ b/linux/drivers/media/dvb/cinergyT2/Kconfig @@ -64,7 +64,7 @@ config DVB_CINERGYT2_QUERY_INTERVAL 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. |