diff options
author | Steven Toth <stoth@kernellabs.com> | 2009-05-09 20:17:28 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-18 23:14:43 -0400 |
commit | 443c1228d50518f3c550e1fef490a2c9d9246ce7 (patch) | |
tree | cde68674e62a75b616906edcea835b2ea8b19588 /drivers/media/video/Kconfig | |
parent | 9afef394308cf63ddb67b003a1c6036615456eb9 (diff) |
V4L/DVB (12923): SAA7164: Add support for the NXP SAA7164 silicon
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.
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 1d758525d236..e01b759faf5c 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -690,6 +690,8 @@ source "drivers/media/video/ivtv/Kconfig" | |||
690 | 690 | ||
691 | source "drivers/media/video/cx18/Kconfig" | 691 | source "drivers/media/video/cx18/Kconfig" |
692 | 692 | ||
693 | source "drivers/media/video/saa7164/Kconfig" | ||
694 | |||
693 | config VIDEO_M32R_AR | 695 | config VIDEO_M32R_AR |
694 | tristate "AR devices" | 696 | tristate "AR devices" |
695 | depends on M32R && VIDEO_V4L1 | 697 | depends on M32R && VIDEO_V4L1 |