diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 967ecf92d6a7..0bd315de156b 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -319,8 +319,8 @@ config PPC_MAPLE | |||
319 | This option enables support for the Maple 970FX Evaluation Board. | 319 | This option enables support for the Maple 970FX Evaluation Board. |
320 | For more informations, refer to <http://www.970eval.com> | 320 | For more informations, refer to <http://www.970eval.com> |
321 | 321 | ||
322 | config PPC_BPA | 322 | config PPC_CELL |
323 | bool " Broadband Processor Architecture" | 323 | bool " Cell Broadband Processor Architecture" |
324 | depends on PPC_MULTIPLATFORM && PPC64 | 324 | depends on PPC_MULTIPLATFORM && PPC64 |
325 | select PPC_RTAS | 325 | select PPC_RTAS |
326 | 326 | ||
@@ -358,8 +358,8 @@ config MPIC_BROKEN_U3 | |||
358 | depends on PPC_MAPLE | 358 | depends on PPC_MAPLE |
359 | default y | 359 | default y |
360 | 360 | ||
361 | config BPA_IIC | 361 | config CELL_IIC |
362 | depends on PPC_BPA | 362 | depends on PPC_CELL |
363 | bool | 363 | bool |
364 | default y | 364 | default y |
365 | 365 | ||