diff options
author | Antti Palosaari <crope@iki.fi> | 2011-04-07 15:27:43 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-05-20 08:30:10 -0400 |
commit | 27cfc85e3dae187a470f7aa54123689a487970f2 (patch) | |
tree | c49b86487a1e507eec82a5babd7cd05af081e814 /drivers/media/dvb/frontends/Kconfig | |
parent | bc022694d7da1c848e395f18eaf856abc9dd0b09 (diff) |
[media] Sony CXD2820R DVB-T/T2/C demodulator driver
It is very first DVB-T2 Linux driver!
Signed-off-by: Antti Palosaari <crope@iki.fi>
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 7ceb02d95ecf..44b816f2601e 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -383,6 +383,13 @@ config DVB_STV0367 | |||
383 | help | 383 | help |
384 | A DVB-T/C tuner module. Say Y when you want to support this frontend. | 384 | A DVB-T/C tuner module. Say Y when you want to support this frontend. |
385 | 385 | ||
386 | config DVB_CXD2820R | ||
387 | tristate "Sony CXD2820R" | ||
388 | depends on DVB_CORE && I2C | ||
389 | default m if DVB_FE_CUSTOMISE | ||
390 | help | ||
391 | Say Y when you want to support this frontend. | ||
392 | |||
386 | comment "DVB-C (cable) frontends" | 393 | comment "DVB-C (cable) frontends" |
387 | depends on DVB_CORE | 394 | depends on DVB_CORE |
388 | 395 | ||