diff options
| author | Marcelo Tosatti <[email protected]> | 2005-07-27 04:55:54 -0300 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2005-07-27 16:35:39 -0700 |
| commit | 71b2c86f5fd22b27feaa6c19c2c6662480ecd7d5 (patch) | |
| tree | 494c4c09d60c0be0c98be94724435d9ff84f2cf5 | |
| parent | bf85fa6c878aa3968df47d7f70a2b506c3e53b99 (diff) | |
[PATCH] ppc32: 8xx remove BROKEN Kconfig entry
8xx is not BROKEN anymore.
Signed-off-by: Marcelo Tosatti <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
| -rw-r--r-- | arch/ppc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index a862c037c65d..2c2da9b43b7a 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig @@ -85,7 +85,6 @@ config POWER4 bool "POWER4 and 970 (G5)" config 8xx - depends on BROKEN bool "8xx" config E200 |