diff options
-rw-r--r-- | arch/powerpc/platforms/Kconfig.cputype | 2 |
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 | |||
116 | config POWER7_CPU | 116 | config 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 | ||
120 | config POWER8_CPU | 121 | config 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 | ||
124 | config E5500_CPU | 126 | config E5500_CPU |
125 | bool "Freescale e5500" | 127 | bool "Freescale e5500" |