diff options
author | Jamie Lentin <jm@lentin.co.uk> | 2013-08-11 15:26:50 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-08-12 18:43:35 +0000 |
commit | 844703c1addb01f83c74a4d284a418263867304d (patch) | |
tree | 64c2a873267cd18791e71e7c6ca9d497a966223f /arch/arm/mach-kirkwood/Kconfig | |
parent | ea489af05bdb172fd3863b69fbd61749690935e8 (diff) |
ARM: kirkwood: Remove all remaining trace of DNS-320/325 platform code
No platform code left now, so remove all references to it.
The reset gpio code didn't work to begin with, it will be replaced with
a DT node at a future date. -jc
Signed-off-by: Jamie Lentin <jm@lentin.co.uk>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/Kconfig')
-rw-r--r-- | arch/arm/mach-kirkwood/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig index 780bca07f7f..94540d5cb75 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig @@ -105,14 +105,6 @@ config ARCH_KIRKWOOD_DT Say 'Y' here if you want your kernel to support the Marvell Kirkwood using flattened device tree. -config MACH_DLINK_KIRKWOOD_DT - bool "D-Link Kirkwood-based NAS (Flattened Device Tree)" - select ARCH_KIRKWOOD_DT - help - Say 'Y' here if you want your kernel to support the - Kirkwood-based D-Link NASes such as DNS-320 & DNS-325, - using Flattened Device Tree. - config MACH_MV88F6281GTW_GE_DT bool "Marvell 88F6281 GTW GE Board (Flattened Device Tree)" select ARCH_KIRKWOOD_DT |