aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2007-04-23 18:42:11 -0400
committerPaul Mackerras <paulus@samba.org>2007-04-23 18:42:11 -0400
commit445c9b5507b9d09a2e9b0b4dbb16517708aa40e6 (patch)
treed985e54552bebdf8ec1a7e4a0ed4cd289d9428ac /arch/powerpc/Kconfig
parent390cbb56a731546edc0f35fbc4c5045676467581 (diff)
parent98750261fbf6348517ef517f617014de8238475f (diff)
Merge branch 'kconfig' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into for-2.6.22
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig47
1 files changed, 10 insertions, 37 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 740892a13c76..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,14 +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
380source arch/powerpc/platforms/82xx/Kconfig
381source arch/powerpc/platforms/83xx/Kconfig
382source arch/powerpc/platforms/85xx/Kconfig
383source arch/powerpc/platforms/86xx/Kconfig
384source arch/powerpc/platforms/8xx/Kconfig
385
386menu "Kernel options" 377menu "Kernel options"
387 378
388config HIGHMEM 379config HIGHMEM
@@ -464,15 +455,6 @@ config CRASH_DUMP
464 455
465 Don't change this unless you know what you are doing. 456 Don't change this unless you know what you are doing.
466 457
467config EMBEDDEDBOOT
468 bool
469 depends on 8xx || 8260
470 default y
471
472config PC_KEYBOARD
473 bool "PC PS/2 style Keyboard"
474 depends on 4xx || CPM2
475
476config PPCBUG_NVRAM 458config PPCBUG_NVRAM
477 bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC 459 bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC
478 default y if PPC_PREP 460 default y if PPC_PREP
@@ -486,7 +468,6 @@ config IRQ_ALL_CPUS
486 CPU. Generally saying Y is safe, although some problems have been 468 CPU. Generally saying Y is safe, although some problems have been
487 reported with SMP Power Macintoshes with this option enabled. 469 reported with SMP Power Macintoshes with this option enabled.
488 470
489
490config NUMA 471config NUMA
491 bool "NUMA support" 472 bool "NUMA support"
492 depends on PPC64 473 depends on PPC64
@@ -536,10 +517,10 @@ config PPC_64K_PAGES
536 depends on PPC64 517 depends on PPC64
537 help 518 help
538 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
539 without processor support for 64k pages, the kernel will simulate 520 without processor support for 64k pages, the kernel will simulate
540 them by loading each individual 4k page on demand transparently, 521 them by loading each individual 4k page on demand transparently,
541 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
542 normal application pages. 523 normal application pages.
543 524
544config SCHED_SMT 525config SCHED_SMT
545 bool "SMT (Hyperthreading) scheduler support" 526 bool "SMT (Hyperthreading) scheduler support"
@@ -619,24 +600,17 @@ config GENERIC_ISA_DMA
619 depends on PPC64 || POWER4 || 6xx && !CPM2 600 depends on PPC64 || POWER4 || 6xx && !CPM2
620 default y 601 default y
621 602
622config MPIC
623 bool
624 default n
625
626config MPIC_WEIRD
627 bool
628 default n
629
630config PPC_I8259
631 bool
632 default n
633
634config PPC_INDIRECT_PCI 603config PPC_INDIRECT_PCI
635 bool 604 bool
636 depends on PCI 605 depends on PCI
637 default y if 40x || 44x 606 default y if 40x || 44x
638 default n 607 default n
639 608
609config PPC_INDIRECT_PCI_BE
610 bool
611 depends PPC_INDIRECT_PCI
612 default n
613
640config EISA 614config EISA
641 bool 615 bool
642 616
@@ -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