diff options
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index cdefd7dcca79..403c939ddf99 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -61,9 +61,10 @@ config ARCH_R8A73A4 | |||
61 | select ARCH_WANT_OPTIONAL_GPIOLIB | 61 | select ARCH_WANT_OPTIONAL_GPIOLIB |
62 | select ARM_GIC | 62 | select ARM_GIC |
63 | select CPU_V7 | 63 | select CPU_V7 |
64 | select HAVE_ARM_ARCH_TIMER | ||
65 | select SH_CLK_CPG | 64 | select SH_CLK_CPG |
66 | select RENESAS_IRQC | 65 | select RENESAS_IRQC |
66 | select ARCH_HAS_CPUFREQ | ||
67 | select ARCH_HAS_OPP | ||
67 | 68 | ||
68 | config ARCH_R8A7740 | 69 | config ARCH_R8A7740 |
69 | bool "R-Mobile A1 (R8A77400)" | 70 | bool "R-Mobile A1 (R8A77400)" |
@@ -97,7 +98,6 @@ config ARCH_R8A7790 | |||
97 | select ARCH_WANT_OPTIONAL_GPIOLIB | 98 | select ARCH_WANT_OPTIONAL_GPIOLIB |
98 | select ARM_GIC | 99 | select ARM_GIC |
99 | select CPU_V7 | 100 | select CPU_V7 |
100 | select HAVE_ARM_ARCH_TIMER | ||
101 | select SH_CLK_CPG | 101 | select SH_CLK_CPG |
102 | select RENESAS_IRQC | 102 | select RENESAS_IRQC |
103 | 103 | ||