diff options
author | Paul Mackerras <paulus@samba.org> | 2007-04-23 18:42:11 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-04-23 18:42:11 -0400 |
commit | 445c9b5507b9d09a2e9b0b4dbb16517708aa40e6 (patch) | |
tree | d985e54552bebdf8ec1a7e4a0ed4cd289d9428ac /arch/powerpc/Kconfig | |
parent | 390cbb56a731546edc0f35fbc4c5045676467581 (diff) | |
parent | 98750261fbf6348517ef517f617014de8238475f (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/Kconfig | 47 |
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 | |||
196 | config E200 | 195 | config E200 |
197 | bool "Freescale e200" | 196 | bool "Freescale e200" |
198 | 197 | ||
@@ -375,14 +374,6 @@ source "init/Kconfig" | |||
375 | 374 | ||
376 | source "arch/powerpc/platforms/Kconfig" | 375 | source "arch/powerpc/platforms/Kconfig" |
377 | 376 | ||
378 | source arch/powerpc/platforms/embedded6xx/Kconfig | ||
379 | source arch/powerpc/platforms/4xx/Kconfig | ||
380 | source arch/powerpc/platforms/82xx/Kconfig | ||
381 | source arch/powerpc/platforms/83xx/Kconfig | ||
382 | source arch/powerpc/platforms/85xx/Kconfig | ||
383 | source arch/powerpc/platforms/86xx/Kconfig | ||
384 | source arch/powerpc/platforms/8xx/Kconfig | ||
385 | |||
386 | menu "Kernel options" | 377 | menu "Kernel options" |
387 | 378 | ||
388 | config HIGHMEM | 379 | config 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 | ||
467 | config EMBEDDEDBOOT | ||
468 | bool | ||
469 | depends on 8xx || 8260 | ||
470 | default y | ||
471 | |||
472 | config PC_KEYBOARD | ||
473 | bool "PC PS/2 style Keyboard" | ||
474 | depends on 4xx || CPM2 | ||
475 | |||
476 | config PPCBUG_NVRAM | 458 | config 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 | |||
490 | config NUMA | 471 | config 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 | ||
544 | config SCHED_SMT | 525 | config 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 | ||
622 | config MPIC | ||
623 | bool | ||
624 | default n | ||
625 | |||
626 | config MPIC_WEIRD | ||
627 | bool | ||
628 | default n | ||
629 | |||
630 | config PPC_I8259 | ||
631 | bool | ||
632 | default n | ||
633 | |||
634 | config PPC_INDIRECT_PCI | 603 | config 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 | ||
609 | config PPC_INDIRECT_PCI_BE | ||
610 | bool | ||
611 | depends PPC_INDIRECT_PCI | ||
612 | default n | ||
613 | |||
640 | config EISA | 614 | config EISA |
641 | bool | 615 | bool |
642 | 616 | ||
@@ -857,11 +831,10 @@ source "fs/Kconfig" | |||
857 | 831 | ||
858 | source "arch/powerpc/sysdev/qe_lib/Kconfig" | 832 | source "arch/powerpc/sysdev/qe_lib/Kconfig" |
859 | 833 | ||
860 | |||
861 | source "lib/Kconfig" | 834 | source "lib/Kconfig" |
862 | 835 | ||
863 | menu "Instrumentation Support" | 836 | menu "Instrumentation Support" |
864 | depends on EXPERIMENTAL | 837 | depends on EXPERIMENTAL |
865 | 838 | ||
866 | source "arch/powerpc/oprofile/Kconfig" | 839 | source "arch/powerpc/oprofile/Kconfig" |
867 | 840 | ||