Skip to content

Commit

Permalink
ARM: ux500: move to multiplatform
Browse files Browse the repository at this point in the history
Nothing is holding us up any more, and we can make ux500 coexist
with the rest of the platforms. The timex.h and uncompress.h
headers are no longer needed now.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Arnd Bergmann authored and Linus Walleij committed Apr 8, 2013
1 parent e657bcf commit 7f01e5a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 79 deletions.
15 changes: 0 additions & 15 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -900,21 +900,6 @@ config ARCH_U300
help
Support for ST-Ericsson U300 series mobile platforms.

config ARCH_U8500
bool "ST-Ericsson U8500 Series"
depends on MMU
select ARCH_HAS_CPUFREQ
select ARCH_REQUIRE_GPIOLIB
select ARM_AMBA
select CLKDEV_LOOKUP
select CPU_V7
select GENERIC_CLOCKEVENTS
select HAVE_SMP
select MIGHT_HAVE_CACHE_L2X0
select SPARSE_IRQ
help
Support for ST-Ericsson's Ux500 architecture

config ARCH_NOMADIK
bool "STMicroelectronics Nomadik"
select ARCH_REQUIRE_GPIOLIB
Expand Down
14 changes: 14 additions & 0 deletions arch/arm/mach-ux500/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
config ARCH_U8500
bool "ST-Ericsson U8500 Series" if ARCH_MULTI_V7
depends on MMU
select ARCH_HAS_CPUFREQ
select ARCH_REQUIRE_GPIOLIB
select ARM_AMBA
select CLKDEV_LOOKUP
select CPU_V7
select GENERIC_CLOCKEVENTS
select HAVE_SMP
select MIGHT_HAVE_CACHE_L2X0
help
Support for ST-Ericsson's Ux500 architecture

if ARCH_U8500

config UX500_SOC_COMMON
Expand Down
6 changes: 0 additions & 6 deletions arch/arm/mach-ux500/include/mach/timex.h

This file was deleted.

58 changes: 0 additions & 58 deletions arch/arm/mach-ux500/include/mach/uncompress.h

This file was deleted.

0 comments on commit 7f01e5a

Please sign in to comment.