diff options
author | Ben Collins <bcollins@bluecherry.net> | 2010-06-17 13:27:26 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-06-22 15:57:44 -0700 |
commit | faa4fd2a09517b39cc1f5d622453f97a59acfdac (patch) | |
tree | 019ae8a1b66a91cb80fb4e69a000fdf2bc141343 /drivers/staging/solo6x10/Kconfig | |
parent | 412b2d08b93165303d698267d1eeac19e14e67a4 (diff) |
Staging: solo6x10: New driver (staging) for Softlogic 6x10
This driver supports Softlogic 6x10 based codec cards
Signed-off-by: Ben Collins <bcollins@bluecherry.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/solo6x10/Kconfig')
-rw-r--r-- | drivers/staging/solo6x10/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/solo6x10/Kconfig b/drivers/staging/solo6x10/Kconfig new file mode 100644 index 000000000000..8aaa3637b60e --- /dev/null +++ b/drivers/staging/solo6x10/Kconfig @@ -0,0 +1,7 @@ +config SOLO6X10 + tristate "Softlogic 6x10 MPEG codec cards" + depends on PCI && VIDEO_DEV + select VIDEOBUF_DMA_CONTIG + ---help--- + This driver supports the Softlogic based MPEG-4 and h.264 codec + codec cards. |