Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 1 | config PPC_CHRP |
2 | bool "Common Hardware Reference Platform (CHRP) based machines" | ||||
3 | depends on PPC_MULTIPLATFORM && PPC32 | ||||
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 | ||||
Arnd Bergmann | d3c7ffa | 2007-06-18 01:06:58 +0200 | [diff] [blame^] | 11 | select PCI |
Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 12 | default y |