Kconfig (088eef2219bd1e8cb82bfcb5b32c1c687aeea6d7) | Kconfig (ecd73cc5c9e137559f4625b347f20cf9ed0de3d5) |
---|---|
1menu "Platform support" 2 3source "arch/powerpc/platforms/powernv/Kconfig" 4source "arch/powerpc/platforms/pseries/Kconfig" 5source "arch/powerpc/platforms/chrp/Kconfig" 6source "arch/powerpc/platforms/512x/Kconfig" 7source "arch/powerpc/platforms/52xx/Kconfig" 8source "arch/powerpc/platforms/powermac/Kconfig" --- 72 unchanged lines hidden (view full) --- 81config IPIC 82 bool 83 default n 84 85config MPIC 86 bool 87 default n 88 | 1menu "Platform support" 2 3source "arch/powerpc/platforms/powernv/Kconfig" 4source "arch/powerpc/platforms/pseries/Kconfig" 5source "arch/powerpc/platforms/chrp/Kconfig" 6source "arch/powerpc/platforms/512x/Kconfig" 7source "arch/powerpc/platforms/52xx/Kconfig" 8source "arch/powerpc/platforms/powermac/Kconfig" --- 72 unchanged lines hidden (view full) --- 81config IPIC 82 bool 83 default n 84 85config MPIC 86 bool 87 default n 88 |
89config MPIC_TIMER 90 bool "MPIC Global Timer" 91 depends on MPIC && FSL_SOC 92 default n 93 help 94 The MPIC global timer is a hardware timer inside the 95 Freescale PIC complying with OpenPIC standard. When the 96 specified interval times out, the hardware timer generates 97 an interrupt. The driver currently is only tested on fsl 98 chip, but it can potentially support other global timers 99 complying with the OpenPIC standard. 100 101config FSL_MPIC_TIMER_WAKEUP 102 tristate "Freescale MPIC global timer wakeup driver" 103 depends on FSL_SOC && MPIC_TIMER && PM 104 default n 105 help 106 The driver provides a way to wake up the system by MPIC 107 timer. 108 e.g. "echo 5 > /sys/devices/system/mpic/timer_wakeup" 109 |
|
89config PPC_EPAPR_HV_PIC 90 bool 91 default n 92 select EPAPR_PARAVIRT 93 94config MPIC_WEIRD 95 bool 96 default n --- 62 unchanged lines hidden (view full) --- 159 default y 160 161config IBMEBUS 162 depends on PPC_PSERIES 163 bool "Support for GX bus based adapters" 164 help 165 Bus device driver for GX bus based adapters. 166 | 110config PPC_EPAPR_HV_PIC 111 bool 112 default n 113 select EPAPR_PARAVIRT 114 115config MPIC_WEIRD 116 bool 117 default n --- 62 unchanged lines hidden (view full) --- 180 default y 181 182config IBMEBUS 183 depends on PPC_PSERIES 184 bool "Support for GX bus based adapters" 185 help 186 Bus device driver for GX bus based adapters. 187 |
188config EEH 189 bool 190 depends on (PPC_POWERNV || PPC_PSERIES) && PCI 191 default y 192 |
|
167config PPC_MPC106 168 bool 169 default n 170 171config PPC_970_NAP 172 bool 173 default n 174 175config PPC_P7_NAP 176 bool 177 default n 178 | 193config PPC_MPC106 194 bool 195 default n 196 197config PPC_970_NAP 198 bool 199 default n 200 201config PPC_P7_NAP 202 bool 203 default n 204 |
179config PPC_INDIRECT_IO | 205config PPC_INDIRECT_PIO |
180 bool 181 select GENERIC_IOMAP 182 | 206 bool 207 select GENERIC_IOMAP 208 |
183config PPC_INDIRECT_PIO 184 bool 185 select PPC_INDIRECT_IO 186 | |
187config PPC_INDIRECT_MMIO 188 bool | 209config PPC_INDIRECT_MMIO 210 bool |
189 select PPC_INDIRECT_IO | |
190 191config PPC_IO_WORKAROUNDS 192 bool 193 194source "drivers/cpufreq/Kconfig" 195 | 211 212config PPC_IO_WORKAROUNDS 213 bool 214 215source "drivers/cpufreq/Kconfig" 216 |
196menu "CPU Frequency drivers" 197 depends on CPU_FREQ 198 199config CPU_FREQ_PMAC 200 bool "Support for Apple PowerBooks" 201 depends on ADB_PMU && PPC32 202 select CPU_FREQ_TABLE 203 help 204 This adds support for frequency switching on Apple PowerBooks, 205 this currently includes some models of iBook & Titanium 206 PowerBook. 207 208config CPU_FREQ_PMAC64 209 bool "Support for some Apple G5s" 210 depends on PPC_PMAC && PPC64 211 select CPU_FREQ_TABLE 212 help 213 This adds support for frequency switching on Apple iMac G5, 214 and some of the more recent desktop G5 machines as well. 215 216config PPC_PASEMI_CPUFREQ 217 bool "Support for PA Semi PWRficient" 218 depends on PPC_PASEMI 219 default y 220 select CPU_FREQ_TABLE 221 help 222 This adds the support for frequency switching on PA Semi 223 PWRficient processors. 224 225endmenu 226 | |
227menu "CPUIdle driver" 228 229source "drivers/cpuidle/Kconfig" 230 231endmenu 232 233config PPC601_SYNC_FIX 234 bool "Workarounds for PPC601 bugs" --- 141 unchanged lines hidden --- | 217menu "CPUIdle driver" 218 219source "drivers/cpuidle/Kconfig" 220 221endmenu 222 223config PPC601_SYNC_FIX 224 bool "Workarounds for PPC601 bugs" --- 141 unchanged lines hidden --- |