diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-14 07:24:22 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-14 07:24:22 +0000 |
commit | 4c8a2017363238464550e721617b5a63d6608c9a (patch) | |
tree | 355261116240fa21e63972767c6718d449f3b77e /linux/drivers/media/Kconfig | |
parent | 5ec9bf43fd9880ac6ec829ad0e7f7903d4a8e1bb (diff) | |
download | mediapointer-dvb-s2-4c8a2017363238464550e721617b5a63d6608c9a.tar.gz mediapointer-dvb-s2-4c8a2017363238464550e721617b5a63d6608c9a.tar.bz2 |
tuner-xc2028 depends on FW_LOADER.
From: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/Kconfig')
-rw-r--r-- | linux/drivers/media/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/Kconfig b/linux/drivers/media/Kconfig index 6ea1a01d0..a86504587 100644 --- a/linux/drivers/media/Kconfig +++ b/linux/drivers/media/Kconfig @@ -102,7 +102,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. |