aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-10-24 12:44:38 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 14:53:13 -0500
commitc2e591fcb7aa5300cf6967edb29960628cf1831d (patch)
treefc334916c6b90395ad1583c2b8638116284a54f8 /drivers/media/dvb/frontends/Kconfig
parent67ea14f250c295486baa3440ca85be0b032fda95 (diff)
V4L/DVB (9366): Move S921 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/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index 96b93e21a84b..8da1e81668e7 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -369,6 +369,17 @@ config DVB_S5H1411
369 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want 369 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
370 to support this frontend. 370 to support this frontend.
371 371
372comment "ISDB-T (terrestrial) frontends"
373 depends on DVB_CORE
374
375config DVB_S921
376 tristate "Sharp S921 tuner"
377 depends on DVB_CORE && I2C
378 default m if DVB_FE_CUSTOMISE
379 help
380 AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module.
381 Say Y when you want to support this frontend.
382
372comment "Digital terrestrial only tuners/PLL" 383comment "Digital terrestrial only tuners/PLL"
373 depends on DVB_CORE 384 depends on DVB_CORE
374 385