diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-08-01 19:07:28 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-08-06 20:14:05 +0400 |
commit | 18023ad5aea42edc2c2e2166496e7234470cac66 (patch) | |
tree | ad8ff8aedf63da74d75a15b8f4945525d6e8c97a /arch/arm/mach-kirkwood/Kconfig | |
parent | fa8c5a811e0e7c3e1c49b2e58fcb4db549b5719a (diff) | |
download | linux-18023ad5aea42edc2c2e2166496e7234470cac66.tar.xz |
ARM: kirkwood: remove support for legacy booting of Dockstar
The Kirkwood Dockstar platform has already been converted to the
Device Tree, so we can remove the legacy booting option for this
platform.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/Kconfig')
-rw-r--r-- | arch/arm/mach-kirkwood/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig index 60d0896bcc26..85a567720fe8 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig @@ -12,13 +12,6 @@ config MACH_D2NET_V2 Say 'Y' here if you want your kernel to support the LaCie d2 Network v2 NAS. -config MACH_DOCKSTAR - bool "Seagate FreeAgent DockStar" - select KIRKWOOD_LEGACY - help - Say 'Y' here if you want your kernel to support the - Seagate FreeAgent DockStar. - config MACH_ESATA_SHEEVAPLUG bool "Marvell eSATA SheevaPlug Reference Board" select KIRKWOOD_LEGACY |