aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-06-01 23:36:04 -0400
committerPaul Mackerras <paulus@samba.org>2006-06-09 07:21:05 -0400
commit4a3ecc622465dbff7404139a8ad18bf4cb99f836 (patch)
treea63244b945c4ef6cecacedbbe9ba841e6106a1b5 /arch/powerpc/Kconfig
parent87af41beb9b70f06f760fc973b793488f2825853 (diff)
[PATCH] powerpc kbuild warning fix
From: Andrew Morton <akpm@osdl.org> arch/powerpc/Kconfig:339:warning: leading whitespace ignored arch/powerpc/Kconfig:347:warning: leading whitespace ignored arch/powerpc/Kconfig:357:warning: leading whitespace ignored arch/powerpc/Kconfig:373:warning: leading whitespace ignored arch/powerpc/Kconfig:382:warning: leading whitespace ignored arch/powerpc/Kconfig:394:warning: leading whitespace ignored arch/powerpc/Kconfig:842:warning: leading whitespace ignored arch/powerpc/Kconfig:847:warning: leading whitespace ignored Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 75ba0ec49e54..7eb0ef2b0036 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -340,7 +340,7 @@ endchoice
340 340
341config PPC_PSERIES 341config PPC_PSERIES
342 depends on PPC_MULTIPLATFORM && PPC64 342 depends on PPC_MULTIPLATFORM && PPC64
343 bool " IBM pSeries & new (POWER5-based) iSeries" 343 bool "IBM pSeries & new (POWER5-based) iSeries"
344 select PPC_I8259 344 select PPC_I8259
345 select PPC_RTAS 345 select PPC_RTAS
346 select RTAS_ERROR_LOGGING 346 select RTAS_ERROR_LOGGING
@@ -348,7 +348,7 @@ config PPC_PSERIES
348 default y 348 default y
349 349
350config PPC_CHRP 350config PPC_CHRP
351 bool " Common Hardware Reference Platform (CHRP) based machines" 351 bool "Common Hardware Reference Platform (CHRP) based machines"
352 depends on PPC_MULTIPLATFORM && PPC32 352 depends on PPC_MULTIPLATFORM && PPC32
353 select PPC_I8259 353 select PPC_I8259
354 select PPC_INDIRECT_PCI 354 select PPC_INDIRECT_PCI
@@ -358,7 +358,7 @@ config PPC_CHRP
358 default y 358 default y
359 359
360config PPC_PMAC 360config PPC_PMAC
361 bool " Apple PowerMac based machines" 361 bool "Apple PowerMac based machines"
362 depends on PPC_MULTIPLATFORM 362 depends on PPC_MULTIPLATFORM
363 select PPC_INDIRECT_PCI if PPC32 363 select PPC_INDIRECT_PCI if PPC32
364 select PPC_MPC106 if PPC32 364 select PPC_MPC106 if PPC32
@@ -374,7 +374,7 @@ config PPC_PMAC64
374 default y 374 default y
375 375
376config PPC_PREP 376config PPC_PREP
377 bool " PowerPC Reference Platform (PReP) based machines" 377 bool "PowerPC Reference Platform (PReP) based machines"
378 depends on PPC_MULTIPLATFORM && PPC32 && BROKEN 378 depends on PPC_MULTIPLATFORM && PPC32 && BROKEN
379 select PPC_I8259 379 select PPC_I8259
380 select PPC_INDIRECT_PCI 380 select PPC_INDIRECT_PCI
@@ -383,7 +383,7 @@ config PPC_PREP
383 383
384config PPC_MAPLE 384config PPC_MAPLE
385 depends on PPC_MULTIPLATFORM && PPC64 385 depends on PPC_MULTIPLATFORM && PPC64
386 bool " Maple 970FX Evaluation Board" 386 bool "Maple 970FX Evaluation Board"
387 select U3_DART 387 select U3_DART
388 select MPIC_BROKEN_U3 388 select MPIC_BROKEN_U3
389 select GENERIC_TBSYNC 389 select GENERIC_TBSYNC
@@ -395,7 +395,7 @@ config PPC_MAPLE
395 For more informations, refer to <http://www.970eval.com> 395 For more informations, refer to <http://www.970eval.com>
396 396
397config PPC_CELL 397config PPC_CELL
398 bool " Cell Broadband Processor Architecture" 398 bool "Cell Broadband Processor Architecture"
399 depends on PPC_MULTIPLATFORM && PPC64 399 depends on PPC_MULTIPLATFORM && PPC64
400 select PPC_RTAS 400 select PPC_RTAS
401 select MMIO_NVRAM 401 select MMIO_NVRAM
@@ -831,12 +831,12 @@ config PCI_8260
831 default y 831 default y
832 832
833config 8260_PCI9 833config 8260_PCI9
834 bool " Enable workaround for MPC826x erratum PCI 9" 834 bool "Enable workaround for MPC826x erratum PCI 9"
835 depends on PCI_8260 && !ADS8272 835 depends on PCI_8260 && !ADS8272
836 default y 836 default y
837 837
838choice 838choice
839 prompt " IDMA channel for PCI 9 workaround" 839 prompt "IDMA channel for PCI 9 workaround"
840 depends on 8260_PCI9 840 depends on 8260_PCI9
841 841
842config 8260_PCI9_IDMA1 842config 8260_PCI9_IDMA1