Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b8babf4 authored by Kumar Gala's avatar Kumar Gala
Browse files

[POWERPC] Split powermac platforms into their own Kconfig file



Cleaning up arch/powerpc/Kconfig platform support.

Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 5396132c
Loading
Loading
Loading
Loading
+1 −19
Original line number Diff line number Diff line
@@ -433,25 +433,7 @@ config PPC_CHRP
	default y

source "arch/powerpc/platforms/52xx/Kconfig"

config PPC_PMAC
	bool "Apple PowerMac based machines"
	depends on PPC_MULTIPLATFORM
	select MPIC
	select PPC_INDIRECT_PCI if PPC32
	select PPC_MPC106 if PPC32
	select PPC_NATIVE
	default y

config PPC_PMAC64
	bool
	depends on PPC_PMAC && POWER4
	select MPIC
	select U3_DART
	select MPIC_BROKEN_U3
	select GENERIC_TBSYNC
	select PPC_970_NAP
	default y
source "arch/powerpc/platforms/powermac/Kconfig"

config PPC_PREP
	bool "PowerPC Reference Platform (PReP) based machines"
+20 −0
Original line number Diff line number Diff line
config PPC_PMAC
	bool "Apple PowerMac based machines"
	depends on PPC_MULTIPLATFORM
	select MPIC
	select PPC_INDIRECT_PCI if PPC32
	select PPC_MPC106 if PPC32
	select PPC_NATIVE
	default y

config PPC_PMAC64
	bool
	depends on PPC_PMAC && POWER4
	select MPIC
	select U3_DART
	select MPIC_BROKEN_U3
	select GENERIC_TBSYNC
	select PPC_970_NAP
	default y