diff options
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 0828fab2b65c..329a3cb7f99b 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -28,6 +28,13 @@ config ARCH_SH73A0 | |||
28 | select ARM_GIC | 28 | select ARM_GIC |
29 | select I2C | 29 | select I2C |
30 | 30 | ||
31 | config ARCH_R8A7740 | ||
32 | bool "R-Mobile A1 (R8A77400)" | ||
33 | select CPU_V7 | ||
34 | select SH_CLK_CPG | ||
35 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
36 | select ARM_GIC | ||
37 | |||
31 | comment "SH-Mobile Board Type" | 38 | comment "SH-Mobile Board Type" |
32 | 39 | ||
33 | config MACH_G3EVM | 40 | config MACH_G3EVM |