14330f5daSKumar Galamenu "Platform support" 24330f5daSKumar Gala 34330f5daSKumar Galachoice 44330f5daSKumar Gala prompt "Machine type" 5164a460dSKumar Gala depends on PPC64 || CLASSIC32 64330f5daSKumar Gala default PPC_MULTIPLATFORM 74330f5daSKumar Gala 84330f5daSKumar Galaconfig PPC_MULTIPLATFORM 94330f5daSKumar Gala bool "Generic desktop/server/laptop" 104330f5daSKumar Gala help 114330f5daSKumar Gala Select this option if configuring for an IBM pSeries or 124330f5daSKumar Gala RS/6000 machine, an Apple machine, or a PReP, CHRP, 134330f5daSKumar Gala Maple or Cell-based machine. 144330f5daSKumar Gala 154330f5daSKumar Galaconfig EMBEDDED6xx 164330f5daSKumar Gala bool "Embedded 6xx/7xx/7xxx-based board" 174330f5daSKumar Gala depends on PPC32 && (BROKEN||BROKEN_ON_SMP) 184330f5daSKumar Gala 194330f5daSKumar Galaconfig APUS 204330f5daSKumar Gala bool "Amiga-APUS" 214330f5daSKumar Gala depends on PPC32 && BROKEN 224330f5daSKumar Gala help 234330f5daSKumar Gala Select APUS if configuring for a PowerUP Amiga. 244330f5daSKumar Gala More information is available at: 254330f5daSKumar Gala <http://linux-apus.sourceforge.net/>. 264330f5daSKumar Galaendchoice 274330f5daSKumar Gala 284330f5daSKumar Galasource "arch/powerpc/platforms/pseries/Kconfig" 294330f5daSKumar Galasource "arch/powerpc/platforms/iseries/Kconfig" 304330f5daSKumar Galasource "arch/powerpc/platforms/chrp/Kconfig" 314330f5daSKumar Galasource "arch/powerpc/platforms/52xx/Kconfig" 324330f5daSKumar Galasource "arch/powerpc/platforms/powermac/Kconfig" 334330f5daSKumar Galasource "arch/powerpc/platforms/prep/Kconfig" 344330f5daSKumar Galasource "arch/powerpc/platforms/maple/Kconfig" 354330f5daSKumar Galasource "arch/powerpc/platforms/pasemi/Kconfig" 3698750261SKumar Galasource "arch/powerpc/platforms/celleb/Kconfig" 3798750261SKumar Galasource "arch/powerpc/platforms/ps3/Kconfig" 3898750261SKumar Galasource "arch/powerpc/platforms/cell/Kconfig" 39c8a55f3dSKumar Galasource "arch/powerpc/platforms/8xx/Kconfig" 40d6071f88SKumar Galasource "arch/powerpc/platforms/82xx/Kconfig" 41b5a48346SKumar Galasource "arch/powerpc/platforms/83xx/Kconfig" 42db947808SKumar Galasource "arch/powerpc/platforms/85xx/Kconfig" 434a89f7faSKumar Galasource "arch/powerpc/platforms/86xx/Kconfig" 4498750261SKumar Galasource "arch/powerpc/platforms/embedded6xx/Kconfig" 45*f6dfc805SDavid Gibsonsource "arch/powerpc/platforms/44x/Kconfig" 4698750261SKumar Gala#source "arch/powerpc/platforms/4xx/Kconfig 474330f5daSKumar Gala 484330f5daSKumar Galaconfig PPC_NATIVE 494330f5daSKumar Gala bool 504330f5daSKumar Gala depends on PPC_MULTIPLATFORM 514330f5daSKumar Gala help 524330f5daSKumar Gala Support for running natively on the hardware, i.e. without 534330f5daSKumar Gala a hypervisor. This option is not user-selectable but should 544330f5daSKumar Gala be selected by all platforms that need it. 554330f5daSKumar Gala 564330f5daSKumar Galaconfig UDBG_RTAS_CONSOLE 574330f5daSKumar Gala bool "RTAS based debug console" 584330f5daSKumar Gala depends on PPC_RTAS 594330f5daSKumar Gala default n 604330f5daSKumar Gala 614330f5daSKumar Galaconfig PPC_UDBG_BEAT 624330f5daSKumar Gala bool "BEAT based debug console" 634330f5daSKumar Gala depends on PPC_CELLEB 644330f5daSKumar Gala default n 654330f5daSKumar Gala 664330f5daSKumar Galaconfig XICS 674330f5daSKumar Gala depends on PPC_PSERIES 684330f5daSKumar Gala bool 694330f5daSKumar Gala default y 704330f5daSKumar Gala 7198750261SKumar Galaconfig MPIC 7298750261SKumar Gala bool 7398750261SKumar Gala default n 7498750261SKumar Gala 7598750261SKumar Galaconfig MPIC_WEIRD 7698750261SKumar Gala bool 7798750261SKumar Gala default n 7898750261SKumar Gala 7998750261SKumar Galaconfig PPC_I8259 8098750261SKumar Gala bool 8198750261SKumar Gala default n 8298750261SKumar Gala 834330f5daSKumar Galaconfig U3_DART 844330f5daSKumar Gala bool 854330f5daSKumar Gala depends on PPC_MULTIPLATFORM && PPC64 864330f5daSKumar Gala default n 874330f5daSKumar Gala 884330f5daSKumar Galaconfig PPC_RTAS 894330f5daSKumar Gala bool 904330f5daSKumar Gala default n 914330f5daSKumar Gala 924330f5daSKumar Galaconfig RTAS_ERROR_LOGGING 934330f5daSKumar Gala bool 944330f5daSKumar Gala depends on PPC_RTAS 954330f5daSKumar Gala default n 964330f5daSKumar Gala 974330f5daSKumar Galaconfig RTAS_PROC 984330f5daSKumar Gala bool "Proc interface to RTAS" 994330f5daSKumar Gala depends on PPC_RTAS 1004330f5daSKumar Gala default y 1014330f5daSKumar Gala 1024330f5daSKumar Galaconfig RTAS_FLASH 1034330f5daSKumar Gala tristate "Firmware flash interface" 1044330f5daSKumar Gala depends on PPC64 && RTAS_PROC 1054330f5daSKumar Gala 1064330f5daSKumar Galaconfig PPC_PMI 1074330f5daSKumar Gala tristate "Support for PMI" 1084330f5daSKumar Gala depends PPC_IBM_CELL_BLADE 1094330f5daSKumar Gala help 1104330f5daSKumar Gala PMI (Platform Management Interrupt) is a way to 1114330f5daSKumar Gala communicate with the BMC (Baseboard Mangement Controller). 1124330f5daSKumar Gala It is used in some IBM Cell blades. 1134330f5daSKumar Gala default m 1144330f5daSKumar Gala 1154330f5daSKumar Galaconfig MMIO_NVRAM 1164330f5daSKumar Gala bool 1174330f5daSKumar Gala default n 1184330f5daSKumar Gala 1196cfef5b2SMichael Ellermanconfig MPIC_U3_HT_IRQS 1204330f5daSKumar Gala bool 1214330f5daSKumar Gala depends on PPC_MAPLE 1224330f5daSKumar Gala default y 1234330f5daSKumar Gala 1244330f5daSKumar Galaconfig IBMVIO 1254330f5daSKumar Gala depends on PPC_PSERIES || PPC_ISERIES 1264330f5daSKumar Gala bool 1274330f5daSKumar Gala default y 1284330f5daSKumar Gala 1294330f5daSKumar Galaconfig IBMEBUS 1304330f5daSKumar Gala depends on PPC_PSERIES 1314330f5daSKumar Gala bool "Support for GX bus based adapters" 1324330f5daSKumar Gala help 1334330f5daSKumar Gala Bus device driver for GX bus based adapters. 1344330f5daSKumar Gala 1354330f5daSKumar Galaconfig PPC_MPC106 1364330f5daSKumar Gala bool 1374330f5daSKumar Gala default n 1384330f5daSKumar Gala 1394330f5daSKumar Galaconfig PPC_970_NAP 1404330f5daSKumar Gala bool 1414330f5daSKumar Gala default n 1424330f5daSKumar Gala 1434330f5daSKumar Galaconfig PPC_INDIRECT_IO 1444330f5daSKumar Gala bool 1454330f5daSKumar Gala select GENERIC_IOMAP 1464330f5daSKumar Gala default n 1474330f5daSKumar Gala 1484330f5daSKumar Galaconfig GENERIC_IOMAP 1494330f5daSKumar Gala bool 1504330f5daSKumar Gala default n 1514330f5daSKumar Gala 1524330f5daSKumar Galasource "drivers/cpufreq/Kconfig" 1534330f5daSKumar Gala 154c146c958SOlof Johanssonmenu "CPU Frequency drivers" 155c146c958SOlof Johansson depends on CPU_FREQ 156c146c958SOlof Johansson 1574330f5daSKumar Galaconfig CPU_FREQ_PMAC 1584330f5daSKumar Gala bool "Support for Apple PowerBooks" 159c146c958SOlof Johansson depends on ADB_PMU && PPC32 1604330f5daSKumar Gala select CPU_FREQ_TABLE 1614330f5daSKumar Gala help 1624330f5daSKumar Gala This adds support for frequency switching on Apple PowerBooks, 1634330f5daSKumar Gala this currently includes some models of iBook & Titanium 1644330f5daSKumar Gala PowerBook. 1654330f5daSKumar Gala 1664330f5daSKumar Galaconfig CPU_FREQ_PMAC64 1674330f5daSKumar Gala bool "Support for some Apple G5s" 168c146c958SOlof Johansson depends on PPC_PMAC && PPC64 1694330f5daSKumar Gala select CPU_FREQ_TABLE 1704330f5daSKumar Gala help 1714330f5daSKumar Gala This adds support for frequency switching on Apple iMac G5, 1724330f5daSKumar Gala and some of the more recent desktop G5 machines as well. 1732e0c3370SOlof Johansson 1742e0c3370SOlof Johanssonconfig PPC_PASEMI_CPUFREQ 1752e0c3370SOlof Johansson bool "Support for PA Semi PWRficient" 176c146c958SOlof Johansson depends on PPC_PASEMI 1772e0c3370SOlof Johansson default y 1782e0c3370SOlof Johansson select CPU_FREQ_TABLE 1792e0c3370SOlof Johansson help 1802e0c3370SOlof Johansson This adds the support for frequency switching on PA Semi 1812e0c3370SOlof Johansson PWRficient processors. 1822e0c3370SOlof Johansson 183164a460dSKumar Galaendmenu 1844330f5daSKumar Gala 1854330f5daSKumar Galaconfig PPC601_SYNC_FIX 1864330f5daSKumar Gala bool "Workarounds for PPC601 bugs" 1874330f5daSKumar Gala depends on 6xx && (PPC_PREP || PPC_PMAC) 1884330f5daSKumar Gala help 1894330f5daSKumar Gala Some versions of the PPC601 (the first PowerPC chip) have bugs which 1904330f5daSKumar Gala mean that extra synchronization instructions are required near 1914330f5daSKumar Gala certain instructions, typically those that make major changes to the 1924330f5daSKumar Gala CPU state. These extra instructions reduce performance slightly. 1934330f5daSKumar Gala If you say N here, these extra instructions will not be included, 1944330f5daSKumar Gala resulting in a kernel which will run faster but may not run at all 1954330f5daSKumar Gala on some systems with the PPC601 chip. 1964330f5daSKumar Gala 1974330f5daSKumar Gala If in doubt, say Y here. 1984330f5daSKumar Gala 1994330f5daSKumar Galaconfig TAU 2004330f5daSKumar Gala bool "On-chip CPU temperature sensor support" 201164a460dSKumar Gala depends on CLASSIC32 2024330f5daSKumar Gala help 2034330f5daSKumar Gala G3 and G4 processors have an on-chip temperature sensor called the 2044330f5daSKumar Gala 'Thermal Assist Unit (TAU)', which, in theory, can measure the on-die 2054330f5daSKumar Gala temperature within 2-4 degrees Celsius. This option shows the current 2064330f5daSKumar Gala on-die temperature in /proc/cpuinfo if the cpu supports it. 2074330f5daSKumar Gala 2084330f5daSKumar Gala Unfortunately, on some chip revisions, this sensor is very inaccurate 2094330f5daSKumar Gala and in many cases, does not work at all, so don't assume the cpu 2104330f5daSKumar Gala temp is actually what /proc/cpuinfo says it is. 2114330f5daSKumar Gala 2124330f5daSKumar Galaconfig TAU_INT 2134330f5daSKumar Gala bool "Interrupt driven TAU driver (DANGEROUS)" 2144330f5daSKumar Gala depends on TAU 2154330f5daSKumar Gala ---help--- 2164330f5daSKumar Gala The TAU supports an interrupt driven mode which causes an interrupt 2174330f5daSKumar Gala whenever the temperature goes out of range. This is the fastest way 2184330f5daSKumar Gala to get notified the temp has exceeded a range. With this option off, 2194330f5daSKumar Gala a timer is used to re-check the temperature periodically. 2204330f5daSKumar Gala 2214330f5daSKumar Gala However, on some cpus it appears that the TAU interrupt hardware 2224330f5daSKumar Gala is buggy and can cause a situation which would lead unexplained hard 2234330f5daSKumar Gala lockups. 2244330f5daSKumar Gala 2254330f5daSKumar Gala Unless you are extending the TAU driver, or enjoy kernel/hardware 2264330f5daSKumar Gala debugging, leave this option off. 2274330f5daSKumar Gala 2284330f5daSKumar Galaconfig TAU_AVERAGE 2294330f5daSKumar Gala bool "Average high and low temp" 2304330f5daSKumar Gala depends on TAU 2314330f5daSKumar Gala ---help--- 2324330f5daSKumar Gala The TAU hardware can compare the temperature to an upper and lower 2334330f5daSKumar Gala bound. The default behavior is to show both the upper and lower 2344330f5daSKumar Gala bound in /proc/cpuinfo. If the range is large, the temperature is 2354330f5daSKumar Gala either changing a lot, or the TAU hardware is broken (likely on some 2364330f5daSKumar Gala G4's). If the range is small (around 4 degrees), the temperature is 2374330f5daSKumar Gala relatively stable. If you say Y here, a single temperature value, 2384330f5daSKumar Gala halfway between the upper and lower bounds, will be reported in 2394330f5daSKumar Gala /proc/cpuinfo. 2404330f5daSKumar Gala 2414330f5daSKumar Gala If in doubt, say N here. 2424330f5daSKumar Gala 24398750261SKumar Galaconfig QUICC_ENGINE 24498750261SKumar Gala bool 24598750261SKumar Gala help 24698750261SKumar Gala The QUICC Engine (QE) is a new generation of communications 24798750261SKumar Gala coprocessors on Freescale embedded CPUs (akin to CPM in older chips). 24898750261SKumar Gala Selecting this option means that you wish to build a kernel 24998750261SKumar Gala for a machine with a QE coprocessor. 25098750261SKumar Gala 251d6071f88SKumar Galaconfig CPM2 252d6071f88SKumar Gala bool 253d6071f88SKumar Gala default n 254d6071f88SKumar Gala help 255d6071f88SKumar Gala The CPM2 (Communications Processor Module) is a coprocessor on 256d6071f88SKumar Gala embedded CPUs made by Freescale. Selecting this option means that 257d6071f88SKumar Gala you wish to build a kernel for a machine with a CPM2 coprocessor 258d6071f88SKumar Gala on it (826x, 827x, 8560). 259d6071f88SKumar Gala 2604330f5daSKumar Galaendmenu 261