[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1384932191-8967-1-git-send-email-michael.opdenacker@free-electrons.com>
Date: Wed, 20 Nov 2013 08:23:10 +0100
From: Michael Opdenacker <michael.opdenacker@...e-electrons.com>
To: linux@...im.org.za, nicolas.ferre@...el.com, plagnioj@...osoft.com
Cc: linux@....linux.org.uk, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
michael.opdenacker@...e-electrons.com,
Yanis Moreno <yanis.moreno63@...il.com>
Subject: [PATCH] ARM: at91: remove redundant dependency
From: Yanis Moreno <yanis.moreno63@...il.com>
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 <yanis.moreno63@...il.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@...e-electrons.com>
---
arch/arm/mach-at91/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 699b71e..d1b3fe5 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -61,7 +61,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
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists