diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-07-14 13:51:54 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-08-13 14:51:51 +0200 |
commit | 06ce83a4dd42425100b5bbcd98425e7d732d3c7c (patch) | |
tree | 372173ef4e8ec9f3b33dca725fed0a8717eafcec /arch/arm/mach-ixp4xx/Kconfig | |
parent | Linux 5.14-rc1 (diff) | |
download | linux-06ce83a4dd42425100b5bbcd98425e7d732d3c7c.tar.xz linux-06ce83a4dd42425100b5bbcd98425e7d732d3c7c.zip |
ARM: ixp4xx: Delete NSLU2 boardfiles
The NSLU2 is now completely migrated to use device tree exclusively
so delete the boardfiles.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ixp4xx/Kconfig')
-rw-r--r-- | arch/arm/mach-ixp4xx/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig index bf14d65120b9..0c3aa91da9db 100644 --- a/arch/arm/mach-ixp4xx/Kconfig +++ b/arch/arm/mach-ixp4xx/Kconfig @@ -17,15 +17,6 @@ config MACH_IXP4XX_OF help Say 'Y' here to support Device Tree-based IXP4xx platforms. -config MACH_NSLU2 - bool - prompt "Linksys NSLU2" - depends on IXP4XX_PCI_LEGACY - help - Say 'Y' here if you want your kernel to support Linksys's - NSLU2 NAS device. For more information on this platform, - see http://www.nslu2-linux.org - config MACH_AVILA bool "Avila" depends on IXP4XX_PCI_LEGACY |