aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/Kconfig37
-rw-r--r--arch/powerpc/platforms/Kconfig38
2 files changed, 30 insertions, 45 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
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig
index e173fd49b0ff..86be82a4b9ef 100644
--- a/arch/powerpc/platforms/Kconfig
+++ b/arch/powerpc/platforms/Kconfig
@@ -1,6 +1,4 @@
1menu "Platform support" 1menu "Platform support"
2 depends on PPC64 || CLASSIC32 || PPC_8xx || PPC_82xx || PPC_83xx || \
3 PPC_85xx || PPC_86xx
4 2
5choice 3choice
6 prompt "Machine type" 4 prompt "Machine type"
@@ -27,14 +25,6 @@ config APUS
27 <http://linux-apus.sourceforge.net/>. 25 <http://linux-apus.sourceforge.net/>.
28endchoice 26endchoice
29 27
30config QUICC_ENGINE
31 bool
32 help
33 The QUICC Engine (QE) is a new generation of communications
34 coprocessors on Freescale embedded CPUs (akin to CPM in older chips).
35 Selecting this option means that you wish to build a kernel
36 for a machine with a QE coprocessor.
37
38source "arch/powerpc/platforms/pseries/Kconfig" 28source "arch/powerpc/platforms/pseries/Kconfig"
39source "arch/powerpc/platforms/iseries/Kconfig" 29source "arch/powerpc/platforms/iseries/Kconfig"
40source "arch/powerpc/platforms/chrp/Kconfig" 30source "arch/powerpc/platforms/chrp/Kconfig"
@@ -43,14 +33,16 @@ source "arch/powerpc/platforms/powermac/Kconfig"
43source "arch/powerpc/platforms/prep/Kconfig" 33source "arch/powerpc/platforms/prep/Kconfig"
44source "arch/powerpc/platforms/maple/Kconfig" 34source "arch/powerpc/platforms/maple/Kconfig"
45source "arch/powerpc/platforms/pasemi/Kconfig" 35source "arch/powerpc/platforms/pasemi/Kconfig"
46source arch/powerpc/platforms/celleb/Kconfig 36source "arch/powerpc/platforms/celleb/Kconfig"
47source arch/powerpc/platforms/ps3/Kconfig 37source "arch/powerpc/platforms/ps3/Kconfig"
48source arch/powerpc/platforms/cell/Kconfig 38source "arch/powerpc/platforms/cell/Kconfig"
49source "arch/powerpc/platforms/8xx/Kconfig" 39source "arch/powerpc/platforms/8xx/Kconfig"
50source "arch/powerpc/platforms/82xx/Kconfig" 40source "arch/powerpc/platforms/82xx/Kconfig"
51source "arch/powerpc/platforms/83xx/Kconfig" 41source "arch/powerpc/platforms/83xx/Kconfig"
52source "arch/powerpc/platforms/85xx/Kconfig" 42source "arch/powerpc/platforms/85xx/Kconfig"
53source "arch/powerpc/platforms/86xx/Kconfig" 43source "arch/powerpc/platforms/86xx/Kconfig"
44source "arch/powerpc/platforms/embedded6xx/Kconfig"
45#source "arch/powerpc/platforms/4xx/Kconfig
54 46
55config PPC_NATIVE 47config PPC_NATIVE
56 bool 48 bool
@@ -75,6 +67,18 @@ config XICS
75 bool 67 bool
76 default y 68 default y
77 69
70config MPIC
71 bool
72 default n
73
74config MPIC_WEIRD
75 bool
76 default n
77
78config PPC_I8259
79 bool
80 default n
81
78config U3_DART 82config U3_DART
79 bool 83 bool
80 depends on PPC_MULTIPLATFORM && PPC64 84 depends on PPC_MULTIPLATFORM && PPC64
@@ -225,6 +229,14 @@ config TAU_AVERAGE
225 229
226 If in doubt, say N here. 230 If in doubt, say N here.
227 231
232config QUICC_ENGINE
233 bool
234 help
235 The QUICC Engine (QE) is a new generation of communications
236 coprocessors on Freescale embedded CPUs (akin to CPM in older chips).
237 Selecting this option means that you wish to build a kernel
238 for a machine with a QE coprocessor.
239
228config CPM2 240config CPM2
229 bool 241 bool
230 default n 242 default n