]> git.karo-electronics.de Git - karo-tx-linux.git/commit
V4L/DVB (7483): tuner-simple: fix broken build dependency
authorMichael Krufky <mkrufky@linuxtv.org>
Sun, 30 Mar 2008 20:00:45 +0000 (17:00 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 24 Apr 2008 17:07:57 +0000 (14:07 -0300)
commit8eb8ff3870ede23b2328ef376023a3542efcb9a5
tree4c44c01face036be2d9721e69c3972e996077083
parentc735372f5df2dc7b67080881bdc613d199173abf
V4L/DVB (7483): tuner-simple: fix broken build dependency

tuner-simple is the only module that uses tuner-types - these will be
merged to a single module in the future.  For now, build both of them
if TUNER_SIMPLE is selected.

This fixes the following build warning, if tuner-simple is selected
without tuner-types:

WARNING: "tuner_count" [tuner-simple.ko] undefined!
WARNING: "tuners" [tuner-simple.ko] undefined!

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/Kconfig
drivers/media/video/Makefile