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/Kconfig | |
| 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/Kconfig')
| -rw-r--r-- | linux/drivers/media/video/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index 14a1b6160..9b8f79afe 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -761,6 +761,8 @@ source "drivers/media/video/ivtv/Kconfig" source "drivers/media/video/cx18/Kconfig" +source "drivers/media/video/saa7164/Kconfig" + config VIDEO_M32R_AR tristate "AR devices" depends on M32R && VIDEO_V4L1 |
