diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index aeb53096acf7..abc6bd2f858e 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -436,6 +436,21 @@ config PPC_MPC52xx | |||
436 | bool | 436 | bool |
437 | default n | 437 | default n |
438 | 438 | ||
439 | config PPC_MPC5200 | ||
440 | bool | ||
441 | select PPC_MPC52xx | ||
442 | default n | ||
443 | |||
444 | config PPC_MPC5200_BUGFIX | ||
445 | bool "MPC5200 (L25R) bugfix support" | ||
446 | depends on PPC_MPC5200 | ||
447 | default n | ||
448 | help | ||
449 | Enable workarounds for original MPC5200 errata. This is not required | ||
450 | for MPC5200B based boards. | ||
451 | |||
452 | It is safe to say 'Y' here | ||
453 | |||
439 | config PPC_EFIKA | 454 | config PPC_EFIKA |
440 | bool "bPlan Efika 5k2. MPC5200B based computer" | 455 | bool "bPlan Efika 5k2. MPC5200B based computer" |
441 | depends on PPC_MULTIPLATFORM && PPC32 | 456 | depends on PPC_MULTIPLATFORM && PPC32 |
@@ -448,7 +463,7 @@ config PPC_EFIKA | |||
448 | config PPC_LITE5200 | 463 | config PPC_LITE5200 |
449 | bool "Freescale Lite5200 Eval Board" | 464 | bool "Freescale Lite5200 Eval Board" |
450 | depends on PPC_MULTIPLATFORM && PPC32 | 465 | depends on PPC_MULTIPLATFORM && PPC32 |
451 | select PPC_MPC52xx | 466 | select PPC_MPC5200 |
452 | default n | 467 | default n |
453 | 468 | ||
454 | config PPC_PMAC | 469 | config PPC_PMAC |
@@ -1206,7 +1221,7 @@ source "arch/powerpc/oprofile/Kconfig" | |||
1206 | 1221 | ||
1207 | config KPROBES | 1222 | config KPROBES |
1208 | bool "Kprobes (EXPERIMENTAL)" | 1223 | bool "Kprobes (EXPERIMENTAL)" |
1209 | depends on PPC64 && KALLSYMS && EXPERIMENTAL && MODULES | 1224 | depends on !BOOKE && !4xx && KALLSYMS && EXPERIMENTAL && MODULES |
1210 | help | 1225 | help |
1211 | Kprobes allows you to trap at almost any kernel address and | 1226 | Kprobes allows you to trap at almost any kernel address and |
1212 | execute a callback function. register_kprobe() establishes | 1227 | execute a callback function. register_kprobe() establishes |