[media] blackfin Kconfig: select is evil; use, instead depends on
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 27 Dec 2012 23:21:14 +0000 (21:21 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 27 Dec 2012 23:21:14 +0000 (21:21 -0200)
Select is evil as it has issues with dependencies. Better to convert
it to use depends on.

That fixes a breakage with out-of-tree compilation of the media
tree.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found