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 <yanis.moreno63@gmail.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
Yanis Moreno 2013-12-05 17:00:08 +01:00 committed by Olof Johansson
parent 94c5216ee9
commit bc34eb53ab
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ comment "Atmel AT91 Processor"
if SOC_SAM_V7 if SOC_SAM_V7
config SOC_SAMA5D3 config SOC_SAMA5D3
bool "SAMA5D3 family" bool "SAMA5D3 family"
depends on SOC_SAM_V7
select SOC_SAMA5 select SOC_SAMA5
select HAVE_FB_ATMEL select HAVE_FB_ATMEL
select HAVE_AT91_DBGU1 select HAVE_AT91_DBGU1