diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2011-04-29 09:06:42 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-02 14:08:55 -0400 |
commit | f295dc6874bf271253f70cb75a483d4a23911117 (patch) | |
tree | d3f37cbd0c0552cd83bee1d7cf77dc3d19df4ae0 /arch/arm/plat-stmp3xxx/Kconfig | |
parent | 7635965891761a732a610aa7ad9371de742ef52b (diff) |
ARM: mach-stmp378x: remove mach
This mach has not seen any updates since the initial inclusion besides
generic cleanup. Furthermore:
- The i.MX23 covered in mach-mxs is just a renamed version of the
STMP378x.
- mach-stmp378x has a lot of reinvented interfaces, leaking all sorts of
mach-related includes into the drivers. One example is the dmaengine
which does not use the linux dmaengine-API but some privately exported
symbols. So drivers cannot be reused. mach-mxs does it better.
- There is only one board defined (which I couldn't find any trace of
despite being a development board). It has been converted to
mach-mxs in a previous patch.
Since the only user of this mach was converted, it means that
mach-stmp378x can go.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/plat-stmp3xxx/Kconfig')
-rw-r--r-- | arch/arm/plat-stmp3xxx/Kconfig | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/plat-stmp3xxx/Kconfig b/arch/arm/plat-stmp3xxx/Kconfig index dcdbe327fed3..e6e312b6bdb5 100644 --- a/arch/arm/plat-stmp3xxx/Kconfig +++ b/arch/arm/plat-stmp3xxx/Kconfig | |||
@@ -2,26 +2,6 @@ if ARCH_STMP3XXX | |||
2 | 2 | ||
3 | menu "Freescale STMP3xxx implementations" | 3 | menu "Freescale STMP3xxx implementations" |
4 | 4 | ||
5 | choice | ||
6 | prompt "Select STMP3xxx chip family" | ||
7 | |||
8 | config ARCH_STMP378X | ||
9 | bool "Freescale STMP378x" | ||
10 | select CPU_ARM926T | ||
11 | ---help--- | ||
12 | STMP378x refers to 3780 through 3789 chips | ||
13 | |||
14 | endchoice | ||
15 | |||
16 | choice | ||
17 | prompt "Select STMP3xxx board type" | ||
18 | |||
19 | config MACH_STMP378X | ||
20 | depends on ARCH_STMP378X | ||
21 | bool "Freescale STMP378x development board" | ||
22 | |||
23 | endchoice | ||
24 | |||
25 | endmenu | 5 | endmenu |
26 | 6 | ||
27 | endif | 7 | endif |