diff options
author | Steven Toth <stoth@kernellabs.com> | 2009-05-09 20:17:28 -0400 |
---|---|---|
committer | Steven Toth <stoth@kernellabs.com> | 2009-05-09 20:17:28 -0400 |
commit | 8ed9b0a29d5966db959676d8522476fbb5baae92 (patch) | |
tree | 138598f0b6f0faedb79041e5d7189eda805d7270 /linux/drivers/media/video/Makefile | |
parent | 2271325ad10d3471d614c23b8ccf4c7eec0846c5 (diff) | |
download | mediapointer-dvb-s2-8ed9b0a29d5966db959676d8522476fbb5baae92.tar.gz mediapointer-dvb-s2-8ed9b0a29d5966db959676d8522476fbb5baae92.tar.bz2 |
SAA7164: Add support for the NXP SAA7164 silicon
From: Steven Toth <stoth@kernellabs.com>
This patch adds support for all of the known shipping Hauppauge HVR-2200
and HVR-2250 boards. Digital TV ATSC/QAM and DVB-T is enabled at this
time. Both tuners are supported.
Volatiles and typedefs need rework, the rest is coding style compliant.
Priority: normal
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Diffstat (limited to 'linux/drivers/media/video/Makefile')
-rw-r--r-- | linux/drivers/media/video/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/Makefile b/linux/drivers/media/video/Makefile index 00fb23e64..040bc0492 100644 --- a/linux/drivers/media/video/Makefile +++ b/linux/drivers/media/video/Makefile @@ -159,6 +159,7 @@ obj-$(CONFIG_ARCH_DAVINCI) += davinci/ obj-$(CONFIG_VIDEO_AU0828) += au0828/ obj-$(CONFIG_USB_VIDEO_CLASS) += uvc/ +obj-$(CONFIG_VIDEO_SAA7164) += saa7164/ obj-$(CONFIG_VIDEO_IR_I2C) += ir-kbd-i2c.o |