Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22912
b: refs/heads/master
c: 8f75015
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mackerras committed Feb 7, 2006
1 parent 9e447b0 commit 04166ea
Show file tree
Hide file tree
Showing 20 changed files with 1,515 additions and 91 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e060e084e7d9e1c62d02cb6b8d3fe07db5317eaa
refs/heads/master: 8f75015f33c3005e0bbf83ffc0d5e0b4262cc03d
29 changes: 23 additions & 6 deletions trunk/arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ config GENERIC_TBSYNC
default y if PPC32 && SMP
default n

config DEFAULT_UIMAGE
bool
help
Used to allow a board to specify it wants a uImage built by default
default n

menu "Processor support"
choice
prompt "Processor Type"
Expand Down Expand Up @@ -121,6 +127,12 @@ config PPC_83xx
select 83xx
select PPC_FPU

config PPC_85xx
bool "Freescale 85xx"
select E500
select FSL_SOC
select 85xx

config 40x
bool "AMCC 40x"

Expand All @@ -133,8 +145,6 @@ config 8xx
config E200
bool "Freescale e200"

config E500
bool "Freescale e500"
endchoice

config POWER4_ONLY
Expand Down Expand Up @@ -162,6 +172,13 @@ config 6xx
config 83xx
bool

# this is temp to handle compat with arch=ppc
config 85xx
bool

config E500
bool

config PPC_FPU
bool
default y if PPC64
Expand Down Expand Up @@ -211,6 +228,7 @@ config ALTIVEC
config SPE
bool "SPE Support"
depends on E200 || E500
default y
---help---
This option enables kernel support for the Signal Processing
Extensions (SPE) to the PowerPC processor. The kernel currently
Expand Down Expand Up @@ -728,13 +746,12 @@ config GENERIC_ISA_DMA

config PPC_I8259
bool
default y if 85xx
default n

config PPC_INDIRECT_PCI
bool
depends on PCI
default y if 40x || 44x || 85xx
default y if 40x || 44x
default n

config EISA
Expand All @@ -751,8 +768,8 @@ config MCA
bool

config PCI
bool "PCI support" if 40x || CPM2 || PPC_83xx || 85xx || PPC_MPC52xx || (EMBEDDED && PPC_ISERIES)
default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx && !85xx
bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_MPC52xx || (EMBEDDED && PPC_ISERIES)
default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx && !PPC_85xx
default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS
default PCI_QSPAN if !4xx && !CPM2 && 8xx
help
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/powerpc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/
# Default to zImage, override when needed
defaultimage-y := zImage
defaultimage-$(CONFIG_PPC_ISERIES) := vmlinux
defaultimage-$(CONFIG_DEFAULT_UIMAGE) := uImage
KBUILD_IMAGE := $(defaultimage-y)
all: $(KBUILD_IMAGE)

Expand Down
Loading

0 comments on commit 04166ea

Please sign in to comment.