diff options
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 11 |
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 | ||
372 | comment "ISDB-T (terrestrial) frontends" | ||
373 | depends on DVB_CORE | ||
374 | |||
375 | config 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 | |||
372 | comment "Digital terrestrial only tuners/PLL" | 383 | comment "Digital terrestrial only tuners/PLL" |
373 | depends on DVB_CORE | 384 | depends on DVB_CORE |
374 | 385 | ||