diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-24 16:06:17 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-24 16:06:17 -0200 |
commit | 2919f67f6614355388ad72644b0a305ec1c86234 (patch) | |
tree | caeb07486fb1a3b91974470547c4a254a53adb26 /linux/drivers/media/dvb/frontends/Kconfig | |
parent | 2245652cac401039c92068767ae978b4c922897b (diff) | |
download | mediapointer-dvb-s2-2919f67f6614355388ad72644b0a305ec1c86234.tar.gz mediapointer-dvb-s2-2919f67f6614355388ad72644b0a305ec1c86234.tar.bz2 |
Move lgdt3304 driver to the proper place and allow it to compile
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index 8da1e8166..69eb1f8eb 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -345,6 +345,14 @@ config DVB_LGDT330X An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want to support this frontend. +config DVB_LGDT3304 + tristate "LG Electronics LGDT3304" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want + to support this frontend. + config DVB_S5H1409 tristate "Samsung S5H1409 based" depends on DVB_CORE && I2C |