xref: /linux/arch/powerpc/platforms/chrp/Kconfig (revision 35a1245ad09412ffba2f17631a9fb3cae3d5a5ac)
1*35a1245aSKumar Galaconfig PPC_CHRP
2*35a1245aSKumar Gala	bool "Common Hardware Reference Platform (CHRP) based machines"
3*35a1245aSKumar Gala	depends on PPC_MULTIPLATFORM && PPC32
4*35a1245aSKumar Gala	select MPIC
5*35a1245aSKumar Gala	select PPC_I8259
6*35a1245aSKumar Gala	select PPC_INDIRECT_PCI
7*35a1245aSKumar Gala	select PPC_RTAS
8*35a1245aSKumar Gala	select PPC_MPC106
9*35a1245aSKumar Gala	select PPC_UDBG_16550
10*35a1245aSKumar Gala	select PPC_NATIVE
11*35a1245aSKumar Gala	default y
12