From: Yanis Moreno Date: Thu, 5 Dec 2013 16:00:08 +0000 (+0100) Subject: ARM: at91: remove redundant dependency X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=bc34eb53ab02bb99f8ffae5662f1fde6f97ad275;p=deliverable%2Flinux.git ARM: at91: remove redundant dependency 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 Signed-off-by: Olof Johansson --- diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index b4f7d6ffa30b..aac7814db4f9 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -82,7 +82,6 @@ comment "Atmel AT91 Processor" if SOC_SAM_V7 config SOC_SAMA5D3 bool "SAMA5D3 family" - depends on SOC_SAM_V7 select SOC_SAMA5 select HAVE_FB_ATMEL select HAVE_AT91_DBGU1