aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2007-04-12 19:01:34 -0400
committerKumar Gala <galak@kernel.crashing.org>2007-04-12 19:01:34 -0400
commit98750261fbf6348517ef517f617014de8238475f (patch)
tree05d4a573c235aa6e2aa390e283b379432c838f44 /arch/powerpc/Kconfig
parentdb9478086dc9c8b46b19f5308c49caff773110ff (diff)
[POWERPC] Miscellaneous arch/powerpc Kconfig and platform/Kconfig cleanup
* Cleaned up some whitespace in arch/powerpc/Kconfig * Moved sourcing of platforms/embedded6xx/Kconfig into platform/Kconfig * Moved sourcing of platforms/4xx/Kconfig into platform/Kconfig and disabled it * Removed EMBEDDEDBOOT since its not supported in arch/powerpc * Removed PC_KEYBOARD since its not used anywhere * Moved a few CONFIG options around in platform/Kconfig * Moved interrupt controllers into platform/Kconfig out of bus section Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig37
1 files changed, 5 insertions, 32 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 033666cf0f77..26713da1b524 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -192,7 +192,6 @@ config 44x
192 bool "AMCC 44x" 192 bool "AMCC 44x"
193 select PPC_DCR_NATIVE 193 select PPC_DCR_NATIVE
194 194
195
196config E200 195config E200
197 bool "Freescale e200" 196 bool "Freescale e200"
198 197
@@ -375,9 +374,6 @@ source "init/Kconfig"
375 374
376source "arch/powerpc/platforms/Kconfig" 375source "arch/powerpc/platforms/Kconfig"
377 376
378source arch/powerpc/platforms/embedded6xx/Kconfig
379source arch/powerpc/platforms/4xx/Kconfig
380
381menu "Kernel options" 377menu "Kernel options"
382 378
383config HIGHMEM 379config HIGHMEM
@@ -459,15 +455,6 @@ config CRASH_DUMP
459 455
460 Don't change this unless you know what you are doing. 456 Don't change this unless you know what you are doing.
461 457
462config EMBEDDEDBOOT
463 bool
464 depends on 8xx || 8260
465 default y
466
467config PC_KEYBOARD
468 bool "PC PS/2 style Keyboard"
469 depends on 4xx || CPM2
470
471config PPCBUG_NVRAM 458config PPCBUG_NVRAM
472 bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC 459 bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC
473 default y if PPC_PREP 460 default y if PPC_PREP
@@ -481,7 +468,6 @@ config IRQ_ALL_CPUS
481 CPU. Generally saying Y is safe, although some problems have been 468 CPU. Generally saying Y is safe, although some problems have been
482 reported with SMP Power Macintoshes with this option enabled. 469 reported with SMP Power Macintoshes with this option enabled.
483 470
484
485config NUMA 471config NUMA
486 bool "NUMA support" 472 bool "NUMA support"
487 depends on PPC64 473 depends on PPC64
@@ -531,10 +517,10 @@ config PPC_64K_PAGES
531 depends on PPC64 517 depends on PPC64
532 help 518 help
533 This option changes the kernel logical page size to 64k. On machines 519 This option changes the kernel logical page size to 64k. On machines
534 without processor support for 64k pages, the kernel will simulate 520 without processor support for 64k pages, the kernel will simulate
535 them by loading each individual 4k page on demand transparently, 521 them by loading each individual 4k page on demand transparently,
536 while on hardware with such support, it will be used to map 522 while on hardware with such support, it will be used to map
537 normal application pages. 523 normal application pages.
538 524
539config SCHED_SMT 525config SCHED_SMT
540 bool "SMT (Hyperthreading) scheduler support" 526 bool "SMT (Hyperthreading) scheduler support"
@@ -614,18 +600,6 @@ config GENERIC_ISA_DMA
614 depends on PPC64 || POWER4 || 6xx && !CPM2 600 depends on PPC64 || POWER4 || 6xx && !CPM2
615 default y 601 default y
616 602
617config MPIC
618 bool
619 default n
620
621config MPIC_WEIRD
622 bool
623 default n
624
625config PPC_I8259
626 bool
627 default n
628
629config PPC_INDIRECT_PCI 603config PPC_INDIRECT_PCI
630 bool 604 bool
631 depends on PCI 605 depends on PCI
@@ -857,11 +831,10 @@ source "fs/Kconfig"
857 831
858source "arch/powerpc/sysdev/qe_lib/Kconfig" 832source "arch/powerpc/sysdev/qe_lib/Kconfig"
859 833
860
861source "lib/Kconfig" 834source "lib/Kconfig"
862 835
863menu "Instrumentation Support" 836menu "Instrumentation Support"
864 depends on EXPERIMENTAL 837 depends on EXPERIMENTAL
865 838
866source "arch/powerpc/oprofile/Kconfig" 839source "arch/powerpc/oprofile/Kconfig"
867 840