From: Mauro Carvalho Chehab <maurochehab@gmail.com>
To: Antti Palosaari <crope@iki.fi>
Cc: tvbox <tvboxspy@gmail.com>, linux-media@vger.kernel.org
Subject: Re: [PATCH] Support or LME2510(C) DM04/QQBOX USB DVB-S BOXES.
Date: Thu, 14 Oct 2010 13:17:05 -0300 [thread overview]
Message-ID: <4CB72D01.3060106@gmail.com> (raw)
In-Reply-To: <4CB60433.2010105@iki.fi>
Em 13-10-2010 16:10, Antti Palosaari escreveu:
> On 09/02/2010 11:29 PM, tvbox wrote:
>> DM04/QQBOX DVB-S USB BOX with LME2510C+SHARP:BS2F7HZ7395 or LME2510+LGTDQT-P001F tuner.
>
>> +config DVB_USB_LME2510
>> + tristate "LME DM04/QQBOX DVB-S USB2.0 support"
>> + depends on DVB_USB
>> + select DVB_TDA10086 if !DVB_FE_CUSTOMISE
>> + select DVB_TDA826X if !DVB_FE_CUSTOMISE
>> + select DVB_STV0288 if !DVB_FE_CUSTOMISE
>> + select DVB_IX2505V if !DVB_FE_CUSTOMISE
>> + select IR_CORE
>> + help
>> + Say Y here to support the LME DM04/QQBOX DVB-S USB2.0 .
>
> Just for curious, is IR_CORE and DVB_USB both needed? DVB_USB also depends on IR_CORE ? This was only DVB-USB driver which does that.
First of all, you shouldn't never use select with IR_CORE. This won't work for menu items.
It should use only depends on.
With respect to DVB_USB, as we have:
config DVB_USB
tristate "Support for various USB DVB devices"
depends on DVB_CORE && USB && I2C && IR_CORE
The IR_CORE dependency is already there, so, DVB_USB_LME2510 shouldn't need do use dependency
related to IR.
Cheers,
Mauro
next prev parent reply other threads:[~2010-10-14 16:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-02 20:29 [PATCH] Support or LME2510(C) DM04/QQBOX USB DVB-S BOXES tvbox
2010-10-13 19:10 ` Antti Palosaari
2010-10-14 16:17 ` Mauro Carvalho Chehab [this message]
2010-10-14 19:34 ` tvbox
2010-10-15 8:10 ` Skystar USB 2 Driver Ali Güller
2010-10-15 8:14 ` Patrick Boettcher
2010-10-15 11:28 ` Ali Güller
2010-10-15 13:23 ` Antti Palosaari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CB72D01.3060106@gmail.com \
--to=maurochehab@gmail.com \
--cc=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
--cc=tvboxspy@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.