Kconfig (f127a2b5cf542968ea1c428f86ffc780ea929452) Kconfig (c5d56332fd6c2f0c7cf9d1f65416076f2711ea28)
1# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3#
4
5mainmenu "Linux/PowerPC Kernel Configuration"
6
7config PPC64
8 bool "64-bit kernel"

--- 322 unchanged lines hidden (view full) ---

331 Maple or Cell-based machine.
332
333config PPC_ISERIES
334 bool "IBM Legacy iSeries"
335 depends on PPC64
336
337config EMBEDDED6xx
338 bool "Embedded 6xx/7xx/7xxx-based board"
1# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3#
4
5mainmenu "Linux/PowerPC Kernel Configuration"
6
7config PPC64
8 bool "64-bit kernel"

--- 322 unchanged lines hidden (view full) ---

331 Maple or Cell-based machine.
332
333config PPC_ISERIES
334 bool "IBM Legacy iSeries"
335 depends on PPC64
336
337config EMBEDDED6xx
338 bool "Embedded 6xx/7xx/7xxx-based board"
339 depends on PPC32 && BROKEN
339 depends on PPC32 && (BROKEN||BROKEN_ON_SMP)
340
341config APUS
342 bool "Amiga-APUS"
343 depends on PPC32 && BROKEN
344 help
345 Select APUS if configuring for a PowerUP Amiga.
346 More information is available at:
347 <http://linux-apus.sourceforge.net/>.

--- 83 unchanged lines hidden (view full) ---

431 default y
432
433config U3_DART
434 bool
435 depends on PPC_MULTIPLATFORM && PPC64
436 default n
437
438config MPIC
340
341config APUS
342 bool "Amiga-APUS"
343 depends on PPC32 && BROKEN
344 help
345 Select APUS if configuring for a PowerUP Amiga.
346 More information is available at:
347 <http://linux-apus.sourceforge.net/>.

--- 83 unchanged lines hidden (view full) ---

431 default y
432
433config U3_DART
434 bool
435 depends on PPC_MULTIPLATFORM && PPC64
436 default n
437
438config MPIC
439 depends on PPC_PSERIES || PPC_PMAC || PPC_MAPLE || PPC_CHRP
439 depends on PPC_PSERIES || PPC_PMAC || PPC_MAPLE || PPC_CHRP \
440 || MPC7448HPC2
440 bool
441 default y
442
443config PPC_RTAS
444 bool
445 default n
446
447config RTAS_ERROR_LOGGING

--- 368 unchanged lines hidden (view full) ---

816config FSL_SOC
817 bool
818
819# Yes MCA RS/6000s exist but Linux-PPC does not currently support any
820config MCA
821 bool
822
823config PCI
441 bool
442 default y
443
444config PPC_RTAS
445 bool
446 default n
447
448config RTAS_ERROR_LOGGING

--- 368 unchanged lines hidden (view full) ---

817config FSL_SOC
818 bool
819
820# Yes MCA RS/6000s exist but Linux-PPC does not currently support any
821config MCA
822 bool
823
824config PCI
824 bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx || PPC_MPC52xx || (EMBEDDED && PPC_ISERIES)
825 bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_MPC52xx || (EMBEDDED && PPC_ISERIES) \
826 || MPC7448HPC2
825 default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx && !PPC_85xx && !PPC_86xx
826 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS
827 default PCI_QSPAN if !4xx && !CPM2 && 8xx
828 help
829 Find out whether your system includes a PCI bus. PCI is the name of
830 a bus system, i.e. the way the CPU talks to the other stuff inside
831 your box. If you say Y here, the kernel will include drivers and
832 infrastructure code to support PCI bus devices.

--- 218 unchanged lines hidden ---
827 default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx && !PPC_85xx && !PPC_86xx
828 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS
829 default PCI_QSPAN if !4xx && !CPM2 && 8xx
830 help
831 Find out whether your system includes a PCI bus. PCI is the name of
832 a bus system, i.e. the way the CPU talks to the other stuff inside
833 your box. If you say Y here, the kernel will include drivers and
834 infrastructure code to support PCI bus devices.

--- 218 unchanged lines hidden ---