Re: [PATCH] ARM: at91: remove redundant dependency

2013-12-11 Thread Olof Johansson
On Thu, Dec 05, 2013 at 05:00:08PM +0100, Nicolas Ferre wrote: > From: Yanis Moreno > > This removes the "depends on SOC_SAM_V7" statement > in a Kconfig section that's under an "if SOC_SAM_V7" > condition (same parameter). > > Signed-off-by: Yanis Moreno > Reviewed-by: Michael Opdenacker > Si

[PATCH] ARM: at91: remove redundant dependency

2013-12-05 Thread Nicolas Ferre
From: Yanis Moreno This removes the "depends on SOC_SAM_V7" statement in a Kconfig section that's under an "if SOC_SAM_V7" condition (same parameter). Signed-off-by: Yanis Moreno Reviewed-by: Michael Opdenacker Signed-off-by: Nicolas Ferre --- Hi Olof, This is an additional patch for cleanup

Re: [PATCH] ARM: at91: remove redundant dependency

2013-11-20 Thread Nicolas Ferre
On 20/11/2013 08:23, Michael Opdenacker : From: Yanis Moreno This removes the "depends on SOC_SAM_V7" statement in a Kconfig section that's under an "if SOC_SAM_V7" condition (same parameter). Signed-off-by: Yanis Moreno Reviewed-by: Michael Opdenacker Acked-by: Nicolas Ferre Thanks for

[PATCH] ARM: at91: remove redundant dependency

2013-11-19 Thread Michael Opdenacker
From: Yanis Moreno This removes the "depends on SOC_SAM_V7" statement in a Kconfig section that's under an "if SOC_SAM_V7" condition (same parameter). Signed-off-by: Yanis Moreno Reviewed-by: Michael Opdenacker --- arch/arm/mach-at91/Kconfig |1 - 1 file changed, 1 deletion(-) diff --gi