aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
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 184a6bd54825..55764a1c8763 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -584,6 +584,11 @@ config ARCH_MSM
584 interface to the ARM9 modem processor which runs the baseband stack 584 interface to the ARM9 modem processor which runs the baseband stack
585 and controls some vital subsystems (clock and power control, etc). 585 and controls some vital subsystems (clock and power control, etc).
586 586
587config ARCH_SHMOBILE
588 bool "Renesas SH-Mobile"
589 help
590 Support for Renesas's SH-Mobile ARM platforms
591
587config ARCH_RPC 592config ARCH_RPC
588 bool "RiscPC" 593 bool "RiscPC"
589 select ARCH_ACORN 594 select ARCH_ACORN
@@ -822,6 +827,8 @@ source "arch/arm/mach-s3c6400/Kconfig"
822source "arch/arm/mach-s3c6410/Kconfig" 827source "arch/arm/mach-s3c6410/Kconfig"
823endif 828endif
824 829
830source "arch/arm/mach-shmobile/Kconfig"
831
825source "arch/arm/plat-stmp3xxx/Kconfig" 832source "arch/arm/plat-stmp3xxx/Kconfig"
826 833
827if ARCH_S5PC1XX 834if ARCH_S5PC1XX