diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-03-29 04:25:43 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-04 09:15:58 -0400 |
commit | d696e3f6585ddeb7bddbf0783b649fa669459a5c (patch) | |
tree | 42a08a0df82fa61f7e3764e42a5120af0d239bba /arch/arm/Kconfig | |
parent | e91411b44d54db96c3d2d365b195b112e513d4ba (diff) |
ARM: mxs: enable multiplatform build
Remove files that are not needed by multiplatform build, and make
necessary changes on Kconfig to enable multiplatform build.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2e4386cba23c..31ca6527421e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -468,23 +468,6 @@ config ARCH_FOOTBRIDGE | |||
468 | Support for systems based on the DC21285 companion chip | 468 | Support for systems based on the DC21285 companion chip |
469 | ("FootBridge"), such as the Simtec CATS and the Rebel NetWinder. | 469 | ("FootBridge"), such as the Simtec CATS and the Rebel NetWinder. |
470 | 470 | ||
471 | config ARCH_MXS | ||
472 | bool "Freescale MXS-based" | ||
473 | select ARCH_REQUIRE_GPIOLIB | ||
474 | select CLKDEV_LOOKUP | ||
475 | select CLKSRC_MMIO | ||
476 | select CLKSRC_OF | ||
477 | select COMMON_CLK | ||
478 | select GENERIC_CLOCKEVENTS | ||
479 | select HAVE_CLK_PREPARE | ||
480 | select MULTI_IRQ_HANDLER | ||
481 | select PINCTRL | ||
482 | select SPARSE_IRQ | ||
483 | select STMP_DEVICE | ||
484 | select USE_OF | ||
485 | help | ||
486 | Support for Freescale MXS-based family of processors | ||
487 | |||
488 | config ARCH_NETX | 471 | config ARCH_NETX |
489 | bool "Hilscher NetX based" | 472 | bool "Hilscher NetX based" |
490 | select ARM_VIC | 473 | select ARM_VIC |