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" |
Benjamin Herrenschmidt | 28794d3 | 2009-03-10 17:53:27 +0000 | [diff] [blame] | 3 | depends on 6xx |
Ralf Baechle | 8761f1a | 2011-06-01 19:05:09 +0100 | [diff] [blame] | 4 | select HAVE_PCSPKR_PLATFORM |
Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 5 | select MPIC |
| 6 | select PPC_I8259 |
| 7 | select PPC_INDIRECT_PCI |
| 8 | select PPC_RTAS |
Benjamin Herrenschmidt | 3d541c4 | 2009-09-24 19:30:05 +0000 | [diff] [blame] | 9 | select PPC_RTAS_DAEMON |
| 10 | select RTAS_ERROR_LOGGING |
Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 11 | select PPC_MPC106 |
| 12 | select PPC_UDBG_16550 |
| 13 | select PPC_NATIVE |
Arnd Bergmann | d3c7ffa | 2007-06-18 01:06:58 +0200 | [diff] [blame] | 14 | select PCI |
Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 15 | default y |