diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-21 18:15:50 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-21 19:35:15 +0300 |
commit | 5341110fc9c84ffa71ada7a62eea87de5f282bc4 (patch) | |
tree | a5fe3729f3518400e2fa72b89fa01222ede1a906 /arch/arm/mach-at91/Kconfig | |
parent | 37a0186fdef963a5345dc076d32779147acfa6cb (diff) | |
download | linux-5341110fc9c84ffa71ada7a62eea87de5f282bc4.tar.xz |
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 # ---------------------------------------------------------- endif # SOC_SAM_V4_V5 - -if SOC_SAM_V4_V5 -source arch/arm/mach-at91/Kconfig.non_dt -endif - comment "Generic Board Type" config MACH_AT91RM9200_DT |