aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/blackfin/Kconfig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-12-27[media] blackfin Kconfig: select is evil; use, instead depends onMauro Carvalho Chehab1-1/+2
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>
2012-12-26[media] v4l2: blackfin: convert ppi driver to a moduleScott Jiang1-1/+5
Other drivers can make use of it. Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-08-15[media] rename drivers/media/video as .../platformMauro Carvalho Chehab1-0/+10
The remaining drivers are mostly platform drivers. Name the dir to reflect it. It makes sense to latter break it into a few other dirs. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>