Kconfig (445c9b5507b9d09a2e9b0b4dbb16517708aa40e6) | Kconfig (6cfef5b27e49e826125f12637ee0d7210a896044) |
---|---|
1menu "Platform support" 2 3choice 4 prompt "Machine type" 5 depends on PPC64 || CLASSIC32 6 default PPC_MULTIPLATFORM 7 8config PPC_MULTIPLATFORM --- 101 unchanged lines hidden (view full) --- 110 communicate with the BMC (Baseboard Mangement Controller). 111 It is used in some IBM Cell blades. 112 default m 113 114config MMIO_NVRAM 115 bool 116 default n 117 | 1menu "Platform support" 2 3choice 4 prompt "Machine type" 5 depends on PPC64 || CLASSIC32 6 default PPC_MULTIPLATFORM 7 8config PPC_MULTIPLATFORM --- 101 unchanged lines hidden (view full) --- 110 communicate with the BMC (Baseboard Mangement Controller). 111 It is used in some IBM Cell blades. 112 default m 113 114config MMIO_NVRAM 115 bool 116 default n 117 |
118config MPIC_BROKEN_U3 | 118config MPIC_U3_HT_IRQS |
119 bool 120 depends on PPC_MAPLE 121 default y 122 123config IBMVIO 124 depends on PPC_PSERIES || PPC_ISERIES 125 bool 126 default y --- 123 unchanged lines hidden --- | 119 bool 120 depends on PPC_MAPLE 121 default y 122 123config IBMVIO 124 depends on PPC_PSERIES || PPC_ISERIES 125 bool 126 default y --- 123 unchanged lines hidden --- |