Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
79636fa2
Commit
79636fa2
authored
Jul 20, 2011
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[media] mt2063: Add it to the building system
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
5160e81b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
drivers/media/common/tuners/Kconfig
drivers/media/common/tuners/Kconfig
+7
-0
drivers/media/common/tuners/Makefile
drivers/media/common/tuners/Makefile
+1
-0
No files found.
drivers/media/common/tuners/Kconfig
View file @
79636fa2
...
...
@@ -116,6 +116,13 @@ config MEDIA_TUNER_MT2060
help
A driver for the silicon IF tuner MT2060 from Microtune.
config MEDIA_TUNER_MT2063
tristate "Microtune MT2063 silicon IF tuner"
depends on VIDEO_MEDIA && I2C
default m if MEDIA_TUNER_CUSTOMISE
help
A driver for the silicon IF tuner MT2063 from Microtune.
config MEDIA_TUNER_MT2266
tristate "Microtune MT2266 silicon tuner"
depends on VIDEO_MEDIA && I2C
...
...
drivers/media/common/tuners/Makefile
View file @
79636fa2
...
...
@@ -18,6 +18,7 @@ obj-$(CONFIG_MEDIA_TUNER_TDA18271) += tda18271.o
obj-$(CONFIG_MEDIA_TUNER_XC5000)
+=
xc5000.o
obj-$(CONFIG_MEDIA_TUNER_XC4000)
+=
xc4000.o
obj-$(CONFIG_MEDIA_TUNER_MT2060)
+=
mt2060.o
obj-$(CONFIG_MEDIA_TUNER_MT2063)
+=
mt2063.o
obj-$(CONFIG_MEDIA_TUNER_MT2266)
+=
mt2266.o
obj-$(CONFIG_MEDIA_TUNER_QT1010)
+=
qt1010.o
obj-$(CONFIG_MEDIA_TUNER_MT2131)
+=
mt2131.o
...
...
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