diff options
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r-- | arch/ppc/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index 74aa1e92a395..c3d941345e3d 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig | |||
@@ -53,6 +53,7 @@ choice | |||
53 | 53 | ||
54 | config 6xx | 54 | config 6xx |
55 | bool "6xx/7xx/74xx/52xx/82xx/83xx" | 55 | bool "6xx/7xx/74xx/52xx/82xx/83xx" |
56 | select PPC_FPU | ||
56 | help | 57 | help |
57 | There are four types of PowerPC chips supported. The more common | 58 | There are four types of PowerPC chips supported. The more common |
58 | types (601, 603, 604, 740, 750, 7400), the Motorola embedded | 59 | types (601, 603, 604, 740, 750, 7400), the Motorola embedded |
@@ -86,6 +87,9 @@ config E500 | |||
86 | 87 | ||
87 | endchoice | 88 | endchoice |
88 | 89 | ||
90 | config PPC_FPU | ||
91 | bool | ||
92 | |||
89 | config BOOKE | 93 | config BOOKE |
90 | bool | 94 | bool |
91 | depends on E500 | 95 | depends on E500 |