diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-02-14 07:24:22 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-18 12:18:09 -0300 |
commit | ea35e3a754b2ba5f712c3f4df55e426ae2e4d60a (patch) | |
tree | 7b8ea81bd538f979f25bca0ae24925b41ec46756 /drivers/media | |
parent | baff6cdd3328e7b35c4e155d79105621812bceec (diff) | |
download | linux-3.10-ea35e3a754b2ba5f712c3f4df55e426ae2e4d60a.tar.gz linux-3.10-ea35e3a754b2ba5f712c3f4df55e426ae2e4d60a.tar.bz2 linux-3.10-ea35e3a754b2ba5f712c3f4df55e426ae2e4d60a.zip |
V4L/DVB (7205): tuner-xc2028 depends on FW_LOADER
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index 888dcadff71..11950698a2e 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -98,7 +98,7 @@ if VIDEO_TUNER_CUSTOMIZE config TUNER_XC2028 tristate "XCeive xc2028/xc3028 tuners" - depends on I2C + depends on I2C && FW_LOADER default m if VIDEO_TUNER_CUSTOMIZE help Say Y here to include support for the xc2028/xc3028 tuners. |