diff options
author | Brian Swetland <swetland@google.com> | 2007-11-26 07:11:43 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 09:39:14 -0500 |
commit | 3042102a28501510a409fe86962f20369e325cf2 (patch) | |
tree | 9d23bbddb9d8e23acf917b3eabc658edc36951e3 /arch/arm/Kconfig | |
parent | 9b73e76f3cf63379dcf45fcd4f112f5812418d0a (diff) |
[ARM] msm: core platform support for ARCH_MSM7X00A
- core header files for arch-msm
- Kconfig and Makefiles to enable ARCH_MSM7X00A builds
- MSM7X00A specific arch_idle
- peripheral iomap and irq number definitions
Signed-off-by: Brian Swetland <swetland@google.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a04f507e7f2c..89c3811132c2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -409,6 +409,17 @@ config ARCH_OMAP | |||
409 | help | 409 | help |
410 | Support for TI's OMAP platform (OMAP1 and OMAP2). | 410 | Support for TI's OMAP platform (OMAP1 and OMAP2). |
411 | 411 | ||
412 | config ARCH_MSM7X00A | ||
413 | bool "Qualcomm MSM7X00A" | ||
414 | select GENERIC_TIME | ||
415 | select GENERIC_CLOCKEVENTS | ||
416 | help | ||
417 | Support for Qualcomm MSM7X00A based systems. This runs on the ARM11 | ||
418 | apps processor of the MSM7X00A and depends on a shared memory | ||
419 | interface to the ARM9 modem processor which runs the baseband stack | ||
420 | and controls some vital subsystems (clock and power control, etc). | ||
421 | <http://www.cdmatech.com/products/msm7200_chipset_solution.jsp> | ||
422 | |||
412 | endchoice | 423 | endchoice |
413 | 424 | ||
414 | source "arch/arm/mach-clps711x/Kconfig" | 425 | source "arch/arm/mach-clps711x/Kconfig" |