diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index db524e75c4a2..81c71daf1a90 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -606,9 +606,14 @@ config ARCH_MSM | |||
606 | (clock and power control, etc). | 606 | (clock and power control, etc). |
607 | 607 | ||
608 | config ARCH_SHMOBILE | 608 | config ARCH_SHMOBILE |
609 | bool "Renesas SH-Mobile" | 609 | bool "Renesas SH-Mobile / R-Mobile" |
610 | select HAVE_CLK | ||
611 | select COMMON_CLKDEV | ||
612 | select GENERIC_CLOCKEVENTS | ||
613 | select NO_IOPORT | ||
614 | select SPARSE_IRQ | ||
610 | help | 615 | help |
611 | Support for Renesas's SH-Mobile ARM platforms | 616 | Support for Renesas's SH-Mobile and R-Mobile ARM platforms. |
612 | 617 | ||
613 | config ARCH_RPC | 618 | config ARCH_RPC |
614 | bool "RiscPC" | 619 | bool "RiscPC" |