Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 041f10d4 authored by Wolfram Sang's avatar Wolfram Sang Committed by Russell King
Browse files

ARM: plat-stmp: remove plat



Now that both users of plat-stmp have been deleted in previous patches,
delete the platform, too.

Signed-off-by: default avatarWolfram Sang <w.sang@pengutronix.de>
Acked-by: default avatarShawn Guo <shawn.guo@freescale.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent f295dc68
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -378,16 +378,6 @@ config ARCH_MXS
	help
	  Support for Freescale MXS-based family of processors

config ARCH_STMP3XXX
	bool "Freescale STMP3xxx"
	select CPU_ARM926T
	select CLKDEV_LOOKUP
	select ARCH_REQUIRE_GPIOLIB
	select GENERIC_CLOCKEVENTS
	select USB_ARCH_HAS_EHCI
	help
	  Support for systems based on the Freescale 3xxx CPUs.

config ARCH_NETX
	bool "Hilscher NetX based"
	select CPU_ARM926T
@@ -1005,8 +995,6 @@ source "arch/arm/mach-exynos4/Kconfig"

source "arch/arm/mach-shmobile/Kconfig"

source "arch/arm/plat-stmp3xxx/Kconfig"

source "arch/arm/mach-tegra/Kconfig"

source "arch/arm/mach-u300/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -205,7 +205,6 @@ machine-$(CONFIG_MACH_SPEAR600) := spear6xx
plat-$(CONFIG_ARCH_MXC)		:= mxc
plat-$(CONFIG_ARCH_OMAP)	:= omap
plat-$(CONFIG_ARCH_S3C64XX)	:= samsung
plat-$(CONFIG_ARCH_STMP3XXX)	:= stmp3xxx
plat-$(CONFIG_ARCH_TCC_926)	:= tcc
plat-$(CONFIG_PLAT_IOP)		:= iop
plat-$(CONFIG_PLAT_NOMADIK)	:= nomadik

arch/arm/plat-stmp3xxx/Kconfig

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
if ARCH_STMP3XXX

menu "Freescale STMP3xxx implementations"

endmenu

endif

arch/arm/plat-stmp3xxx/Makefile

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
#
# Makefile for the linux kernel.
#
# Object file lists.
obj-y += core.o timer.o irq.o dma.o clock.o pinmux.o devices.o

arch/arm/plat-stmp3xxx/clock.c

deleted100644 → 0
+0 −1134

File deleted.

Preview size limit exceeded, changes collapsed.

Loading