File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,14 +17,6 @@ config MACH_IXP4XX_OF
1717 help
1818 Say 'Y' here to support Device Tree-based IXP4xx platforms.
1919
20- config ARCH_ADI_COYOTE
21- bool "Coyote"
22- depends on IXP4XX_PCI_LEGACY
23- help
24- Say 'Y' here if you want your kernel to support the ADI
25- Engineering Coyote Gateway Reference Platform. For more
26- information on this platform, see <file:Documentation/arm/ixp4xx.rst>.
27-
2820config MACH_GATEWAY7001
2921 bool "Gateway 7001"
3022 depends on IXP4XX_PCI_LEGACY
@@ -33,14 +25,6 @@ config MACH_GATEWAY7001
3325 7001 Access Point. For more information on this platform,
3426 see http://openwrt.org
3527
36- config MACH_IXDPG425
37- bool "IXDPG425"
38- depends on IXP4XX_PCI_LEGACY
39- help
40- Say 'Y' here if you want your kernel to support Intel's
41- IXDPG425 Development Platform (Also known as Montajade).
42- For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>.
43-
4428config MACH_GORAMO_MLR
4529 bool "GORAMO Multi Link Router"
4630 help
Original file line number Diff line number Diff line change @@ -9,16 +9,12 @@ obj-pci-n :=
99# Device tree platform
1010obj-pci-$(CONFIG_MACH_IXP4XX_OF) += ixp4xx-of.o
1111
12- obj-pci-$(CONFIG_MACH_IXDPG425) += ixdpg425-pci.o
13- obj-pci-$(CONFIG_ARCH_ADI_COYOTE) += coyote-pci.o
1412obj-pci-$(CONFIG_MACH_GTWX5715) += gtwx5715-pci.o
1513obj-pci-$(CONFIG_MACH_GATEWAY7001) += gateway7001-pci.o
1614obj-pci-$(CONFIG_MACH_FSG) += fsg-pci.o
1715
1816obj-y += common.o
1917
20- obj-$(CONFIG_MACH_IXDPG425) += coyote-setup.o
21- obj-$(CONFIG_ARCH_ADI_COYOTE) += coyote-setup.o
2218obj-$(CONFIG_MACH_GTWX5715) += gtwx5715-setup.o
2319obj-$(CONFIG_MACH_GATEWAY7001) += gateway7001-setup.o
2420obj-$(CONFIG_MACH_FSG) += fsg-setup.o
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments