diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 7 |
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 | ||
587 | config ARCH_SHMOBILE | ||
588 | bool "Renesas SH-Mobile" | ||
589 | help | ||
590 | Support for Renesas's SH-Mobile ARM platforms | ||
591 | |||
587 | config ARCH_RPC | 592 | config 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" | |||
822 | source "arch/arm/mach-s3c6410/Kconfig" | 827 | source "arch/arm/mach-s3c6410/Kconfig" |
823 | endif | 828 | endif |
824 | 829 | ||
830 | source "arch/arm/mach-shmobile/Kconfig" | ||
831 | |||
825 | source "arch/arm/plat-stmp3xxx/Kconfig" | 832 | source "arch/arm/plat-stmp3xxx/Kconfig" |
826 | 833 | ||
827 | if ARCH_S5PC1XX | 834 | if ARCH_S5PC1XX |