diff options
author | Antti Palosaari <crope@iki.fi> | 2012-03-30 07:21:25 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-04-09 13:33:42 -0400 |
commit | 4b64bb268fa14b8aa971b55a090731caae6641e0 (patch) | |
tree | 7c6980882aa286f03d60afbfda3bbed636146d91 /drivers/media/dvb/frontends/Kconfig | |
parent | f9263747b1669cbe21b7e21fe4316559cf5138f7 (diff) |
[media] Afatech AF9033 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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 21246707fbfb..e11adb64e9e6 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -713,6 +713,11 @@ config DVB_M88RS2000 | |||
713 | A DVB-S tuner module. | 713 | A DVB-S tuner module. |
714 | Say Y when you want to support this frontend. | 714 | Say Y when you want to support this frontend. |
715 | 715 | ||
716 | config DVB_AF9033 | ||
717 | tristate "Afatech AF9033 DVB-T demodulator" | ||
718 | depends on DVB_CORE && I2C | ||
719 | default m if DVB_FE_CUSTOMISE | ||
720 | |||
716 | comment "Tools to develop new frontends" | 721 | comment "Tools to develop new frontends" |
717 | 722 | ||
718 | config DVB_DUMMY_FE | 723 | config DVB_DUMMY_FE |