aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/platforms/Kconfig.cputype2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype
index 26703be24cf9..35ae7ec392ec 100644
--- a/arch/powerpc/platforms/Kconfig.cputype
+++ b/arch/powerpc/platforms/Kconfig.cputype
@@ -116,10 +116,12 @@ config POWER6_CPU
116config POWER7_CPU 116config POWER7_CPU
117 bool "POWER7" 117 bool "POWER7"
118 depends on PPC_BOOK3S_64 118 depends on PPC_BOOK3S_64
119 select ARCH_HAS_FAST_MULTIPLIER
119 120
120config POWER8_CPU 121config POWER8_CPU
121 bool "POWER8" 122 bool "POWER8"
122 depends on PPC_BOOK3S_64 123 depends on PPC_BOOK3S_64
124 select ARCH_HAS_FAST_MULTIPLIER
123 125
124config E5500_CPU 126config E5500_CPU
125 bool "Freescale e5500" 127 bool "Freescale e5500"