diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-08-24 23:36:53 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-09-01 21:04:08 -0400 |
commit | c41215b781efbfa22ffc9dc474c2981c130c153d (patch) | |
tree | 5f4936632033900755e329a7ee539d6ae1722f09 /arch/arm/mach-shmobile/Kconfig | |
parent | 433306747791845677ba662435a9bbbafaa21df3 (diff) |
ARM: shmobile: r8a7740: Multiplatform support
Enable r8a7740 Multiplatform support for the generic r8a7740
machine vector. No board support is enabled, and the board
code for Armadillo 800 EVA DT Reference is left by itself.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index e15dff790dbb..498162fb757e 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -26,6 +26,11 @@ config ARCH_R7S72100 | |||
26 | bool "RZ/A1H (R7S72100)" | 26 | bool "RZ/A1H (R7S72100)" |
27 | select SYS_SUPPORTS_SH_MTU2 | 27 | select SYS_SUPPORTS_SH_MTU2 |
28 | 28 | ||
29 | config ARCH_R8A7740 | ||
30 | bool "R-Mobile A1 (R8A77400)" | ||
31 | select ARCH_RMOBILE | ||
32 | select RENESAS_INTC_IRQPIN | ||
33 | |||
29 | config ARCH_R8A7779 | 34 | config ARCH_R8A7779 |
30 | bool "R-Car H1 (R8A77790)" | 35 | bool "R-Car H1 (R8A77790)" |
31 | select RENESAS_INTC_IRQPIN | 36 | select RENESAS_INTC_IRQPIN |