0f22dd395f
Only two architectures use the OF node reference counting and reclaim bits. There is no need to compile it for the rest of the PowerPC platforms or for any of the other architectures. This patch makes iseries and pseries select CONFIG_OF_DYNAMIC, and makes it default to off for everything else. It is still safe to turn on CONFIG_OF_DYNAMIC on all architectures, it just isn't necessary. v2: Also select OF_DYNAMIC for PPC_CHROMA and MPC885ADS as reported by Michael Meuling Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: David S. Miller <davem@davemloft.net> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Acked-by: Jimi Xenidis <jimix@pobox.com> (for PPC_CHROMA bug fix) Cc: Rob Herring <rob.herring@calxeda.com>
35 lines
618 B
Text
35 lines
618 B
Text
config PPC_WSP
|
|
bool
|
|
select PPC_A2
|
|
select GENERIC_TBSYNC
|
|
select PPC_ICSWX
|
|
select PPC_SCOM
|
|
select PPC_XICS
|
|
select PPC_ICP_NATIVE
|
|
select PCI
|
|
select PPC_IO_WORKAROUNDS if PCI
|
|
select PPC_INDIRECT_PIO if PCI
|
|
select PPC_WSP_COPRO
|
|
default n
|
|
|
|
menu "WSP platform selection"
|
|
depends on PPC_BOOK3E_64
|
|
|
|
config PPC_PSR2
|
|
bool "PowerEN System Reference Platform 2"
|
|
select EPAPR_BOOT
|
|
select PPC_WSP
|
|
default y
|
|
|
|
config PPC_CHROMA
|
|
bool "PowerEN PCIe Chroma Card"
|
|
select EPAPR_BOOT
|
|
select PPC_WSP
|
|
select OF_DYNAMIC
|
|
default y
|
|
|
|
endmenu
|
|
|
|
config PPC_A2_DD2
|
|
bool "Support for DD2 based A2/WSP systems"
|
|
depends on PPC_A2
|