Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61360
b: refs/heads/master
c: 8fb2191
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Jul 18, 2007
1 parent 4e935d2 commit bd5fa20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51b540292a349b380ccc0572401c6ac343acdf4a
refs/heads/master: 8fb2191a74a0e2a29002c06084e015d33d2ecdda
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,8 @@ config TUNER_3036
If in doubt, say N.

config TUNER_TEA5761
tristate "TEA 5761 radio tuner (EXPERIMENTAL)"
bool "TEA 5761 radio tuner (EXPERIMENTAL)"
depends on EXPERIMENTAL
depends on I2C
select VIDEO_TUNER
help
Expand Down
4 changes: 1 addition & 3 deletions trunk/drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ zr36067-objs := zoran_procfs.o zoran_device.o \
tuner-objs := tuner-core.o tuner-types.o tuner-simple.o \
mt20xx.o tda8290.o tea5767.o tda9887.o

ifneq ($(CONFIG_TUNER_TEA5761),)
tuner-objs += tea5761.o
endif
tuner-$(CONFIG_TUNER_TEA5761) += tea5761.o

msp3400-objs := msp3400-driver.o msp3400-kthreads.o

Expand Down

0 comments on commit bd5fa20

Please sign in to comment.