Skip to content

Commit 4b7d3ab

Browse files
Wolfram Sangtsbogend
authored andcommitted
MIPS: AR7: remove platform
After a discussion about removing VLYNQ support from the Kernel, it was concluded that its only user, the AR7 platform can go [1]. Even OpenWRT has removed support because these devices are "stuck with 3.18" [2]. [1] https://lore.kernel.org/r/[email protected] [2] https://openwrt.org/docs/techref/targets/ar7 Suggested-by: Jonas Gorski <[email protected]> Signed-off-by: Wolfram Sang <[email protected]> Acked-by: Florian Fainelli <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 1bc6e01 commit 4b7d3ab

File tree

18 files changed

+0
-2493
lines changed

18 files changed

+0
-2493
lines changed

arch/mips/Kbuild.platforms

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# All platforms listed in alphabetic order
33

44
platform-$(CONFIG_MIPS_ALCHEMY) += alchemy/
5-
platform-$(CONFIG_AR7) += ar7/
65
platform-$(CONFIG_ATH25) += ath25/
76
platform-$(CONFIG_ATH79) += ath79/
87
platform-$(CONFIG_BCM47XX) += bcm47xx/

arch/mips/Kconfig

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -202,28 +202,6 @@ config MIPS_ALCHEMY
202202
select SYS_SUPPORTS_ZBOOT
203203
select COMMON_CLK
204204

205-
config AR7
206-
bool "Texas Instruments AR7"
207-
select BOOT_ELF32
208-
select COMMON_CLK
209-
select DMA_NONCOHERENT
210-
select CEVT_R4K
211-
select CSRC_R4K
212-
select IRQ_MIPS_CPU
213-
select NO_EXCEPT_FILL
214-
select SWAP_IO_SPACE
215-
select SYS_HAS_CPU_MIPS32_R1
216-
select SYS_HAS_EARLY_PRINTK
217-
select SYS_SUPPORTS_32BIT_KERNEL
218-
select SYS_SUPPORTS_LITTLE_ENDIAN
219-
select SYS_SUPPORTS_MIPS16
220-
select SYS_SUPPORTS_ZBOOT_UART16550
221-
select GPIOLIB
222-
select VLYNQ
223-
help
224-
Support for the Texas Instruments AR7 System-on-a-Chip
225-
family: TNETD7100, 7200 and 7300.
226-
227205
config ATH25
228206
bool "Atheros AR231x/AR531x SoC support"
229207
select CEVT_R4K

arch/mips/ar7/Makefile

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

arch/mips/ar7/Platform

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

0 commit comments

Comments
 (0)