diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/Kconfig | 4 | ||||
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/Kconfig | 12 |
2 files changed, 4 insertions, 12 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 836caf1e9439..a6bc221ad1b0 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -410,6 +410,10 @@ config PPC_CHRP | |||
410 | select PPC_NATIVE | 410 | select PPC_NATIVE |
411 | default y | 411 | default y |
412 | 412 | ||
413 | config PPC_MPC52xx | ||
414 | bool | ||
415 | default n | ||
416 | |||
413 | config PPC_EFIKA | 417 | config PPC_EFIKA |
414 | bool "bPlan Efika 5k2. MPC5200B based computer" | 418 | bool "bPlan Efika 5k2. MPC5200B based computer" |
415 | depends on PPC_MULTIPLATFORM && PPC32 | 419 | depends on PPC_MULTIPLATFORM && PPC32 |
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig index 234a861870a8..910d50a8333a 100644 --- a/arch/powerpc/platforms/embedded6xx/Kconfig +++ b/arch/powerpc/platforms/embedded6xx/Kconfig | |||
@@ -146,15 +146,6 @@ config PQ2FADS | |||
146 | Select PQ2FADS if you wish to configure for a Freescale | 146 | Select PQ2FADS if you wish to configure for a Freescale |
147 | PQ2FADS board (-VR or -ZU). | 147 | PQ2FADS board (-VR or -ZU). |
148 | 148 | ||
149 | config LITE5200 | ||
150 | bool "Freescale LITE5200 / (IceCube)" | ||
151 | select PPC_MPC52xx | ||
152 | help | ||
153 | Support for the LITE5200 dev board for the MPC5200 from Freescale. | ||
154 | This is for the LITE5200 version 2.0 board. Don't know if it changes | ||
155 | much but it's only been tested on this board version. I think this | ||
156 | board is also known as IceCube. | ||
157 | |||
158 | config EV64360 | 149 | config EV64360 |
159 | bool "Marvell-EV64360BP" | 150 | bool "Marvell-EV64360BP" |
160 | help | 151 | help |
@@ -172,9 +163,6 @@ config TQM8xxL | |||
172 | depends on 8xx && (TQM823L || TQM850L || FPS850L || TQM855L || TQM860L) | 163 | depends on 8xx && (TQM823L || TQM850L || FPS850L || TQM855L || TQM860L) |
173 | default y | 164 | default y |
174 | 165 | ||
175 | config PPC_MPC52xx | ||
176 | bool | ||
177 | |||
178 | config 8260 | 166 | config 8260 |
179 | bool "CPM2 Support" if WILLOW | 167 | bool "CPM2 Support" if WILLOW |
180 | depends on 6xx | 168 | depends on 6xx |