Skip to content

Commit 73d04ca

Browse files
author
Linus Walleij
committed
ARM: ixp4xx: Delete Intel reference design boardfiles
These boards are replaced with the corresponding device trees. Cc: Deepak Saxena <dsaxena@plexity.net> Cc: Vladimir Barinov <vladimir.barinov@cogentembedded.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent b00ced3 commit 73d04ca

4 files changed

Lines changed: 0 additions & 453 deletions

File tree

arch/arm/mach-ixp4xx/Kconfig

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ config MACH_GATEWAY7001
3333
7001 Access Point. For more information on this platform,
3434
see http://openwrt.org
3535

36-
config ARCH_IXDP425
37-
bool "IXDP425"
38-
depends on IXP4XX_PCI_LEGACY
39-
help
40-
Say 'Y' here if you want your kernel to support Intel's
41-
IXDP425 Development Platform (Also known as Richfield).
42-
For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>.
43-
4436
config MACH_IXDPG425
4537
bool "IXDPG425"
4638
depends on IXP4XX_PCI_LEGACY
@@ -49,48 +41,19 @@ config MACH_IXDPG425
4941
IXDPG425 Development Platform (Also known as Montajade).
5042
For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>.
5143

52-
config MACH_IXDP465
53-
bool "IXDP465"
54-
help
55-
Say 'Y' here if you want your kernel to support Intel's
56-
IXDP465 Development Platform (Also known as BMP).
57-
For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>.
58-
5944
config MACH_GORAMO_MLR
6045
bool "GORAMO Multi Link Router"
6146
help
6247
Say 'Y' here if you want your kernel to support GORAMO
6348
MultiLink router.
6449

65-
config MACH_KIXRP435
66-
bool "KIXRP435"
67-
help
68-
Say 'Y' here if you want your kernel to support Intel's
69-
KIXRP435 Reference Platform.
70-
For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>.
71-
72-
#
73-
# IXCDP1100 is the exact same HW as IXDP425, but with a different machine
74-
# number from the bootloader due to marketing monkeys, so we just enable it
75-
# by default if IXDP425 is enabled.
76-
#
77-
config ARCH_IXCDP1100
78-
bool
79-
depends on ARCH_IXDP425
80-
default y
81-
8250
config ARCH_PRPMC1100
8351
bool "PrPMC1100"
8452
help
8553
Say 'Y' here if you want your kernel to support the Motorola
8654
PrPCM1100 Processor Mezanine Module. For more information on
8755
this platform, see <file:Documentation/arm/ixp4xx.rst>.
8856

89-
config ARCH_IXDP4XX
90-
bool
91-
depends on ARCH_IXDP425 || MACH_IXDP465 || MACH_KIXRP435
92-
default y
93-
9457
config MACH_FSG
9558
bool
9659
prompt "Freecom FSG-3"

arch/arm/mach-ixp4xx/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ obj-pci-n :=
99
# Device tree platform
1010
obj-pci-$(CONFIG_MACH_IXP4XX_OF) += ixp4xx-of.o
1111

12-
obj-pci-$(CONFIG_ARCH_IXDP4XX) += ixdp425-pci.o
1312
obj-pci-$(CONFIG_MACH_IXDPG425) += ixdpg425-pci.o
1413
obj-pci-$(CONFIG_ARCH_ADI_COYOTE) += coyote-pci.o
1514
obj-pci-$(CONFIG_MACH_GTWX5715) += gtwx5715-pci.o
@@ -18,7 +17,6 @@ obj-pci-$(CONFIG_MACH_FSG) += fsg-pci.o
1817

1918
obj-y += common.o
2019

21-
obj-$(CONFIG_ARCH_IXDP4XX) += ixdp425-setup.o
2220
obj-$(CONFIG_MACH_IXDPG425) += coyote-setup.o
2321
obj-$(CONFIG_ARCH_ADI_COYOTE) += coyote-setup.o
2422
obj-$(CONFIG_MACH_GTWX5715) += gtwx5715-setup.o

arch/arm/mach-ixp4xx/ixdp425-pci.c

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)