projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f10291
)
V4L/DVB (4104): Default "yes", no. default y, yes.
author
Trent Piepho
<xyzzy@speakeasy.org>
Sat, 17 Jun 2006 10:46:31 +0000
(07:46 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Sun, 25 Jun 2006 05:05:08 +0000
(
02:05
-0300)
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>
drivers/media/dvb/cinergyT2/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/cinergyT2/Kconfig
b/drivers/media/dvb/cinergyT2/Kconfig
index 6018fcdba1e6dc6ec02fa9a61d1a742c6b2bca71..b5cdd57ec6f51e9d34c07d0bb61368fe438296ab 100644
(file)
--- a/
drivers/media/dvb/cinergyT2/Kconfig
+++ b/
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.