diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 28004f002ec9..17c1b6aa44bc 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -275,6 +275,7 @@ config PPC_PSERIES | |||
275 | select PPC_I8259 | 275 | select PPC_I8259 |
276 | select PPC_RTAS | 276 | select PPC_RTAS |
277 | select RTAS_ERROR_LOGGING | 277 | select RTAS_ERROR_LOGGING |
278 | select PPC_UDBG_16550 | ||
278 | default y | 279 | default y |
279 | 280 | ||
280 | config PPC_CHRP | 281 | config PPC_CHRP |
@@ -284,6 +285,7 @@ config PPC_CHRP | |||
284 | select PPC_INDIRECT_PCI | 285 | select PPC_INDIRECT_PCI |
285 | select PPC_RTAS | 286 | select PPC_RTAS |
286 | select PPC_MPC106 | 287 | select PPC_MPC106 |
288 | select PPC_UDBG_16550 | ||
287 | default y | 289 | default y |
288 | 290 | ||
289 | config PPC_PMAC | 291 | config PPC_PMAC |
@@ -306,6 +308,7 @@ config PPC_PREP | |||
306 | depends on PPC_MULTIPLATFORM && PPC32 && BROKEN | 308 | depends on PPC_MULTIPLATFORM && PPC32 && BROKEN |
307 | select PPC_I8259 | 309 | select PPC_I8259 |
308 | select PPC_INDIRECT_PCI | 310 | select PPC_INDIRECT_PCI |
311 | select PPC_UDBG_16550 | ||
309 | default y | 312 | default y |
310 | 313 | ||
311 | config PPC_MAPLE | 314 | config PPC_MAPLE |
@@ -314,6 +317,7 @@ config PPC_MAPLE | |||
314 | select U3_DART | 317 | select U3_DART |
315 | select MPIC_BROKEN_U3 | 318 | select MPIC_BROKEN_U3 |
316 | select GENERIC_TBSYNC | 319 | select GENERIC_TBSYNC |
320 | select PPC_UDBG_16550 | ||
317 | default n | 321 | default n |
318 | help | 322 | help |
319 | This option enables support for the Maple 970FX Evaluation Board. | 323 | This option enables support for the Maple 970FX Evaluation Board. |
@@ -324,6 +328,7 @@ config PPC_CELL | |||
324 | depends on PPC_MULTIPLATFORM && PPC64 | 328 | depends on PPC_MULTIPLATFORM && PPC64 |
325 | select PPC_RTAS | 329 | select PPC_RTAS |
326 | select MMIO_NVRAM | 330 | select MMIO_NVRAM |
331 | select PPC_UDBG_16550 | ||
327 | 332 | ||
328 | config PPC_OF | 333 | config PPC_OF |
329 | def_bool y | 334 | def_bool y |
@@ -370,6 +375,10 @@ config MPIC_BROKEN_U3 | |||
370 | depends on PPC_MAPLE | 375 | depends on PPC_MAPLE |
371 | default y | 376 | default y |
372 | 377 | ||
378 | config PPC_UDBG_16550 | ||
379 | bool | ||
380 | default n | ||
381 | |||
373 | config CELL_IIC | 382 | config CELL_IIC |
374 | depends on PPC_CELL | 383 | depends on PPC_CELL |
375 | bool | 384 | bool |