Skip to content

Commit

Permalink
ARM: integrator: make the Integrator multiplatform
Browse files Browse the repository at this point in the history
This converts the ARM Integrator reference designs to be fully
multiplatform. V4T, V5 and V6 multiplatform builds become
possible after this patch.

Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
linusw committed Oct 22, 2014
1 parent f114040 commit 68f3b87
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 66 deletions.
18 changes: 0 additions & 18 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -320,24 +320,6 @@ config ARCH_MULTIPLATFORM
select SPARSE_IRQ
select USE_OF

config ARCH_INTEGRATOR
bool "ARM Ltd. Integrator family"
select ARM_AMBA
select ARM_PATCH_PHYS_VIRT if MMU
select AUTO_ZRELADDR
select COMMON_CLK
select COMMON_CLK_VERSATILE
select GENERIC_CLOCKEVENTS
select HAVE_TCM
select ICST
select MULTI_IRQ_HANDLER
select PLAT_VERSATILE
select SPARSE_IRQ
select USE_OF
select VERSATILE_FPGA_IRQ
help
Support for ARM's Integrator platform.

config ARCH_REALVIEW
bool "ARM Ltd. RealView family"
select ARCH_WANT_OPTIONAL_GPIOLIB
Expand Down
18 changes: 18 additions & 0 deletions arch/arm/mach-integrator/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
config ARCH_INTEGRATOR
bool "ARM Ltd. Integrator family" if (ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V6)
select ARM_AMBA
select ARM_PATCH_PHYS_VIRT if MMU
select AUTO_ZRELADDR
select COMMON_CLK
select COMMON_CLK_VERSATILE
select GENERIC_CLOCKEVENTS
select HAVE_TCM
select ICST
select MULTI_IRQ_HANDLER
select PLAT_VERSATILE
select SPARSE_IRQ
select USE_OF
select VERSATILE_FPGA_IRQ
help
Support for ARM's Integrator platform.

if ARCH_INTEGRATOR

menu "Integrator Options"
Expand Down
48 changes: 0 additions & 48 deletions arch/arm/mach-integrator/include/mach/uncompress.h

This file was deleted.

0 comments on commit 68f3b87

Please sign in to comment.