Re: [PATCH] [media] blackfin Kconfig: select is evil; use, instead depends on

2012-12-31 Thread Mauro Carvalho Chehab
Em Mon, 31 Dec 2012 17:41:25 +0800 Scott Jiang escreveu: > 2012/12/28 Mauro Carvalho Chehab : > > 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:

Re: [PATCH] [media] blackfin Kconfig: select is evil; use, instead depends on

2012-12-31 Thread Scott Jiang
2012/12/28 Mauro Carvalho Chehab : > 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 > --- > drivers/media/platform/blackfin/Kconfig |

[PATCH] [media] blackfin Kconfig: select is evil; use, instead depends on

2012-12-27 Thread Mauro Carvalho Chehab
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 --- drivers/media/platform/blackfin/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(