xref: /openbmc/linux/arch/powerpc/platforms/chrp/Kconfig (revision b8bb76713ec50df2f11efee386e16f93d51e1076)
1config PPC_CHRP
2	bool "Common Hardware Reference Platform (CHRP) based machines"
3	depends on 6xx
4	select MPIC
5	select PPC_I8259
6	select PPC_INDIRECT_PCI
7	select PPC_RTAS
8	select PPC_MPC106
9	select PPC_UDBG_16550
10	select PPC_NATIVE
11	select PCI
12	default y
13