diff options
author | Antti Palosaari <crope@iki.fi> | 2011-07-08 22:34:09 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-02-28 16:31:37 -0500 |
commit | c0adca734013389ac81513da546947e75d95151a (patch) | |
tree | 0faa6cd3715129092a41e90b2e817e2a0949a5bc /drivers/media/dvb/frontends/Kconfig | |
parent | 5145aa76e6f6d5562f931cc719683002be7a0f81 (diff) |
[media] Realtek RTL2830 DVB-T demodulator 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 ebb5ed7a7783..2995204c3355 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -425,6 +425,13 @@ config DVB_CXD2820R | |||
425 | help | 425 | help |
426 | Say Y when you want to support this frontend. | 426 | Say Y when you want to support this frontend. |
427 | 427 | ||
428 | config DVB_RTL2830 | ||
429 | tristate "Realtek RTL2830 DVB-T" | ||
430 | depends on DVB_CORE && I2C | ||
431 | default m if DVB_FE_CUSTOMISE | ||
432 | help | ||
433 | Say Y when you want to support this frontend. | ||
434 | |||
428 | comment "DVB-C (cable) frontends" | 435 | comment "DVB-C (cable) frontends" |
429 | depends on DVB_CORE | 436 | depends on DVB_CORE |
430 | 437 | ||