diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-21 10:15:50 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-21 11:35:15 -0500 |
commit | 5341110fc9c84ffa71ada7a62eea87de5f282bc4 (patch) | |
tree | a5fe3729f3518400e2fa72b89fa01222ede1a906 /arch/arm/mach-at91/Kconfig | |
parent | 37a0186fdef963a5345dc076d32779147acfa6cb (diff) |
ARM: at91: remove at91rm9200 legacy board support
Second part of at91rm9200 legacy !DT removal. This is the core !DT support
removal for this Atmel SoC.
Note that from now on, the Kconfig.non_dt file and its specialized options are
completely removed.
Use the Device Tree for running this board with newer kernels.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 162a88930a8b..db8e756a15a8 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig | |||
@@ -185,11 +185,6 @@ config SOC_AT91SAM9N12 | |||
185 | # ---------------------------------------------------------- | 185 | # ---------------------------------------------------------- |
186 | endif # SOC_SAM_V4_V5 | 186 | endif # SOC_SAM_V4_V5 |
187 | 187 | ||
188 | |||
189 | if SOC_SAM_V4_V5 | ||
190 | source arch/arm/mach-at91/Kconfig.non_dt | ||
191 | endif | ||
192 | |||
193 | comment "Generic Board Type" | 188 | comment "Generic Board Type" |
194 | 189 | ||
195 | config MACH_AT91RM9200_DT | 190 | config MACH_AT91RM9200_DT |