commit | e669c8d379567d42d62989f890f926f7b1b8f2a1 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Dec 27 21:21:14 2012 -0200 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Dec 27 21:21:14 2012 -0200 |
tree | 963d387c154d10a995ba1f046ecdb00289c92e1c | |
parent | 250539a36f69aa51e4c68a1f92c4ed2bcc042a1a [diff] |
[media] blackfin Kconfig: select is evil; use, instead depends on 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>