Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
eb42c424
Commit
eb42c424
authored
Aug 18, 2006
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (4507): Make tvp5150 an independent Kconfig item
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@infradead.org
>
parent
12500f07
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
drivers/media/video/Kconfig
drivers/media/video/Kconfig
+9
-0
drivers/media/video/Makefile
drivers/media/video/Makefile
+1
-1
drivers/media/video/em28xx/Kconfig
drivers/media/video/em28xx/Kconfig
+1
-0
No files found.
drivers/media/video/Kconfig
View file @
eb42c424
...
...
@@ -409,6 +409,15 @@ config VIDEO_SAA711X
To compile this driver as a module, choose M here: the
module will be called saa7115.
config VIDEO_TVP5150
tristate "Texas Instruments TVP5150 video decoder"
depends on VIDEO_DEV && I2C
---help---
Support for the Texas Instruments TVP5150 video decoder.
To compile this driver as a module, choose M here: the
module will be called tvp5150.
config VIDEO_SAA7127
tristate "Philips SAA7127/9 digital video encoders"
depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
...
...
drivers/media/video/Makefile
View file @
eb42c424
...
...
@@ -46,7 +46,7 @@ obj-$(CONFIG_VIDEO_MEYE) += meye.o
obj-$(CONFIG_VIDEO_SAA7134)
+=
ir-kbd-i2c.o saa7134/
obj-$(CONFIG_VIDEO_CX88)
+=
cx88/
obj-$(CONFIG_VIDEO_EM28XX)
+=
em28xx/
obj-$(CONFIG_VIDEO_
EM28XX
)
+=
tvp5150.o
obj-$(CONFIG_VIDEO_
TVP5150
)
+=
tvp5150.o
obj-$(CONFIG_VIDEO_PVRUSB2)
+=
pvrusb2/
obj-$(CONFIG_VIDEO_MSP3400)
+=
msp3400.o
obj-$(CONFIG_VIDEO_CS53L32A)
+=
cs53l32a.o
...
...
drivers/media/video/em28xx/Kconfig
View file @
eb42c424
...
...
@@ -6,6 +6,7 @@ config VIDEO_EM28XX
select VIDEO_TVEEPROM
select VIDEO_IR
select VIDEO_SAA711X
select VIDEO_TVP5150
---help---
This is a video4linux driver for Empia 28xx based TV cards.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment