diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-24 14:06:17 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:13 -0500 |
commit | f71f11ed46df2f29daf928eb5fd8c6c2d1455f36 (patch) | |
tree | 400a792ed015bf31a22911183fc44cfd43a94261 /drivers/media/dvb/frontends/Kconfig | |
parent | c2e591fcb7aa5300cf6967edb29960628cf1831d (diff) |
V4L/DVB (9367): Move lgdt3304 driver to the proper place and allow it to compile
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 8da1e81668e..69eb1f8eb4a 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -345,6 +345,14 @@ config DVB_LGDT330X | |||
345 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | 345 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
346 | to support this frontend. | 346 | to support this frontend. |
347 | 347 | ||
348 | config DVB_LGDT3304 | ||
349 | tristate "LG Electronics LGDT3304" | ||
350 | depends on DVB_CORE && I2C | ||
351 | default m if DVB_FE_CUSTOMISE | ||
352 | help | ||
353 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | ||
354 | to support this frontend. | ||
355 | |||
348 | config DVB_S5H1409 | 356 | config DVB_S5H1409 |
349 | tristate "Samsung S5H1409 based" | 357 | tristate "Samsung S5H1409 based" |
350 | depends on DVB_CORE && I2C | 358 | depends on DVB_CORE && I2C |