xref: /openbmc/linux/arch/powerpc/platforms/chrp/Kconfig (revision baa7eb025ab14f3cba2e35c0a8648f9c9f01d24f)
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_RTAS_DAEMON
9	select RTAS_ERROR_LOGGING
10	select PPC_MPC106
11	select PPC_UDBG_16550
12	select PPC_NATIVE
13	select PCI
14	default y
15