diff options
author | Devin Heitmueller <dheitmueller@kernellabs.com> | 2011-03-12 23:53:02 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-05-20 06:26:17 -0400 |
commit | 949a12e3a87281e38d3520823e7e171bbe45b448 (patch) | |
tree | 24478b337f7350121cb88190c0f1c81c69bb356b /drivers/media/dvb/frontends/Kconfig | |
parent | 126f1e61887085aa2c2cfa7644aee8295a94e1f7 (diff) |
[media] drxd: add driver to Makefile and Kconfig
Add the drxd to the Makefile and Kconfig
Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
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 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 83093d1f4f74..29ddeea2fffe 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -276,6 +276,17 @@ config DVB_DRX397XD | |||
276 | download/extract them, and then copy them to /usr/lib/hotplug/firmware | 276 | download/extract them, and then copy them to /usr/lib/hotplug/firmware |
277 | or /lib/firmware (depending on configuration of firmware hotplug). | 277 | or /lib/firmware (depending on configuration of firmware hotplug). |
278 | 278 | ||
279 | config DVB_DRXD | ||
280 | tristate "Micronas DRXD driver" | ||
281 | depends on DVB_CORE && I2C | ||
282 | default m if DVB_FE_CUSTOMISE | ||
283 | help | ||
284 | A DVB-T tuner module. Say Y when you want to support this frontend. | ||
285 | |||
286 | Note: this driver was based on vendor driver reference code (released | ||
287 | under the GPL) as opposed to the existing drx397xd driver, which | ||
288 | was written via reverse engineering. | ||
289 | |||
279 | config DVB_L64781 | 290 | config DVB_L64781 |
280 | tristate "LSI L64781" | 291 | tristate "LSI L64781" |
281 | depends on DVB_CORE && I2C | 292 | depends on DVB_CORE && I2C |