Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67390
b: refs/heads/master
c: a35e370
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Paul Mackerras committed Oct 2, 2007
1 parent 61dc8ec commit d3fe6f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 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: a7fb7ea76e20740c641a9b5401ef45b3b022cb69
refs/heads/master: a35e370cfd2ddfb5d2f0ceae376ffeda273b357c
4 changes: 0 additions & 4 deletions trunk/arch/powerpc/platforms/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ config PPC_MULTIPLATFORM
RS/6000 machine, an Apple machine, or a PReP, CHRP,
Maple or Cell-based machine.

config EMBEDDED6xx
bool "Embedded 6xx/7xx/7xxx-based board"
depends on PPC32 && (BROKEN||BROKEN_ON_SMP)

config PPC_82xx
bool "Freescale 82xx"
depends on 6xx
Expand Down
11 changes: 7 additions & 4 deletions trunk/arch/powerpc/platforms/embedded6xx/Kconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
choice
prompt "Machine Type"
depends on EMBEDDED6xx
config EMBEDDED6xx
bool "Embedded 6xx/7xx/7xxx-based boards"
depends on PPC32 && BROKEN_ON_SMP && PPC_MULTIPLATFORM

config LINKSTATION
bool "Linkstation / Kurobox(HG) from Buffalo"
depends on EMBEDDED6xx
select MPIC
select FSL_SOC
select PPC_UDBG_16550 if SERIAL_8250
Expand All @@ -17,6 +18,7 @@ config LINKSTATION

config MPC7448HPC2
bool "Freescale MPC7448HPC2(Taiga)"
depends on EMBEDDED6xx
select TSI108_BRIDGE
select DEFAULT_UIMAGE
select PPC_UDBG_16550
Expand All @@ -26,6 +28,7 @@ config MPC7448HPC2

config PPC_HOLLY
bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)"
depends on EMBEDDED6xx
select TSI108_BRIDGE
select PPC_UDBG_16550
select WANT_DEVICE_TREE
Expand All @@ -35,12 +38,12 @@ config PPC_HOLLY

config PPC_PRPMC2800
bool "Motorola-PrPMC2800"
depends on EMBEDDED6xx
select MV64X60
select NOT_COHERENT_CACHE
select WANT_DEVICE_TREE
help
This option enables support for the Motorola PrPMC2800 board
endchoice

config TSI108_BRIDGE
bool
Expand Down

0 comments on commit d3fe6f4

Please sign in to comment.