aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-03-02 18:31:07 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-03-02 18:31:07 -0500
commit64ed28a87a0c075e91c1c5b0fe7d225a6cc6ae39 (patch)
treea434977a6caa9b41cc0daaf71dbd76ac8693aba6 /arch/arm/Kconfig
parentb93a4afcff7be859e30cad2a305731516057d6cf (diff)
parent17ccb834d517c66c09123c24ba8553c5b14e0f78 (diff)
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into devel-stable
Conflicts: arch/arm/Kconfig
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7ac8386c700c..ee74c3a03883 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -583,6 +583,11 @@ config ARCH_MSM
583 interface to the ARM9 modem processor which runs the baseband stack 583 interface to the ARM9 modem processor which runs the baseband stack
584 and controls some vital subsystems (clock and power control, etc). 584 and controls some vital subsystems (clock and power control, etc).
585 585
586config ARCH_SHMOBILE
587 bool "Renesas SH-Mobile"
588 help
589 Support for Renesas's SH-Mobile ARM platforms
590
586config ARCH_RPC 591config ARCH_RPC
587 bool "RiscPC" 592 bool "RiscPC"
588 select ARCH_ACORN 593 select ARCH_ACORN
@@ -832,6 +837,8 @@ endif
832 837
833source "arch/arm/mach-s5p6440/Kconfig" 838source "arch/arm/mach-s5p6440/Kconfig"
834 839
840source "arch/arm/mach-shmobile/Kconfig"
841
835source "arch/arm/plat-stmp3xxx/Kconfig" 842source "arch/arm/plat-stmp3xxx/Kconfig"
836 843
837if ARCH_S5PC1XX 844if ARCH_S5PC1XX