diff options
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 |