diff options
author | Henk Vergonet <henk.vergonet@gmail.com> | 2007-08-09 10:02:30 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-23 07:07:31 -0400 |
commit | 89f9257c06cb635ef140bd1acf21fb067ed4ed34 (patch) | |
tree | aa951ad611fd60b9359b3ca625c2b5046eae39cc /drivers/media/dvb/frontends/Kconfig | |
parent | 14b395e35d1afdd8019d11b92e28041fad591b71 (diff) |
V4L/DVB (7736): This patch adds support for the Micronas DRX3975D/DRX3977D DVB-T demodulator
The module needs an external firmware file.
The module has been tested on a Pinnacle 330e, but with modules that
are currently not part of the linux-dvb tree. So consider this highly
experimental, don't use this code unless you are an experienced kernel
developer.
create mode 100644 drivers/media/dvb/frontends/drx397xD.c
create mode 100644 drivers/media/dvb/frontends/drx397xD.h
create mode 100644 drivers/media/dvb/frontends/drx397xD_fw.h
Signed-off-by: Henk Vergonet <henk.vergonet@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index c20553c4da1f..fa7f0c563770 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -135,6 +135,20 @@ config DVB_CX22702 | |||
135 | help | 135 | help |
136 | A DVB-T tuner module. Say Y when you want to support this frontend. | 136 | A DVB-T tuner module. Say Y when you want to support this frontend. |
137 | 137 | ||
138 | config DVB_DRX397XD | ||
139 | tristate "Micronas DRX3975D/DRX3977D based" | ||
140 | depends on DVB_CORE && I2C && HOTPLUG | ||
141 | default m if DVB_FE_CUSTOMISE | ||
142 | select FW_LOADER | ||
143 | help | ||
144 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
145 | |||
146 | TODO: | ||
147 | This driver needs external firmware. Please use the command | ||
148 | "<kerneldir>/Documentation/dvb/get_dvb_firmware drx397xD" to | ||
149 | download/extract them, and then copy them to /usr/lib/hotplug/firmware | ||
150 | or /lib/firmware (depending on configuration of firmware hotplug). | ||
151 | |||
138 | config DVB_L64781 | 152 | config DVB_L64781 |
139 | tristate "LSI L64781" | 153 | tristate "LSI L64781" |
140 | depends on DVB_CORE && I2C | 154 | depends on DVB_CORE && I2C |