config 86xx
	bool
	depends on 6xx

config PPC_OPENPIC_BE
	bool
	depends on 86xx
	default y

config PPC_INDIRECT_PCI_BE
	bool
	depends on 86xx
	default y

config PCIE
	bool "PCI Express support"
	depends on PCI && 86xx
	default y

config PPC_STD_MMU
	bool
	depends on 86xx
	default y

menu "Freescale 86xx Options"
	depends on 86xx

#we can specify 86xx chips here
config MPC8641
	bool
	depends on MPC8641_HPCN
	default y

config PPC_GEN550
	bool
	depends on MPC8641
	default y

endmenu

