2007-03-16 15:32:17 +01:00
|
|
|
menu "Platform support"
|
|
|
|
|
2011-09-19 19:44:52 +02:00
|
|
|
source "arch/powerpc/platforms/powernv/Kconfig"
|
2007-03-16 15:32:17 +01:00
|
|
|
source "arch/powerpc/platforms/pseries/Kconfig"
|
|
|
|
source "arch/powerpc/platforms/chrp/Kconfig"
|
2008-01-28 18:28:53 +01:00
|
|
|
source "arch/powerpc/platforms/512x/Kconfig"
|
2007-03-16 15:32:17 +01:00
|
|
|
source "arch/powerpc/platforms/52xx/Kconfig"
|
|
|
|
source "arch/powerpc/platforms/powermac/Kconfig"
|
|
|
|
source "arch/powerpc/platforms/prep/Kconfig"
|
|
|
|
source "arch/powerpc/platforms/maple/Kconfig"
|
|
|
|
source "arch/powerpc/platforms/pasemi/Kconfig"
|
2007-04-13 01:01:34 +02:00
|
|
|
source "arch/powerpc/platforms/ps3/Kconfig"
|
|
|
|
source "arch/powerpc/platforms/cell/Kconfig"
|
2007-04-13 00:35:54 +02:00
|
|
|
source "arch/powerpc/platforms/8xx/Kconfig"
|
2007-04-12 23:53:32 +02:00
|
|
|
source "arch/powerpc/platforms/82xx/Kconfig"
|
2007-04-12 22:46:21 +02:00
|
|
|
source "arch/powerpc/platforms/83xx/Kconfig"
|
2007-04-13 00:44:07 +02:00
|
|
|
source "arch/powerpc/platforms/85xx/Kconfig"
|
2007-04-12 22:41:26 +02:00
|
|
|
source "arch/powerpc/platforms/86xx/Kconfig"
|
2007-04-13 01:01:34 +02:00
|
|
|
source "arch/powerpc/platforms/embedded6xx/Kconfig"
|
2007-05-08 06:10:01 +02:00
|
|
|
source "arch/powerpc/platforms/44x/Kconfig"
|
2007-09-07 14:51:24 +02:00
|
|
|
source "arch/powerpc/platforms/40x/Kconfig"
|
2009-02-10 13:20:49 +01:00
|
|
|
source "arch/powerpc/platforms/amigaone/Kconfig"
|
2011-04-15 00:32:06 +02:00
|
|
|
source "arch/powerpc/platforms/wsp/Kconfig"
|
2007-03-16 15:32:17 +01:00
|
|
|
|
2010-07-29 14:47:57 +02:00
|
|
|
config KVM_GUEST
|
|
|
|
bool "KVM Guest support"
|
2011-08-04 19:23:58 +02:00
|
|
|
default n
|
2012-03-15 11:52:13 +01:00
|
|
|
select EPAPR_PARAVIRT
|
2010-07-29 14:47:57 +02:00
|
|
|
---help---
|
|
|
|
This option enables various optimizations for running under the KVM
|
|
|
|
hypervisor. Overhead for the kernel when not running inside KVM should
|
|
|
|
be minimal.
|
|
|
|
|
|
|
|
In case of doubt, say Y
|
|
|
|
|
2012-03-15 11:52:13 +01:00
|
|
|
config EPAPR_PARAVIRT
|
|
|
|
bool "ePAPR para-virtualization support"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Enables ePAPR para-virtualization support for guests.
|
|
|
|
|
|
|
|
In case of doubt, say Y
|
|
|
|
|
2007-03-16 15:32:17 +01:00
|
|
|
config PPC_NATIVE
|
|
|
|
bool
|
2009-03-10 18:53:27 +01:00
|
|
|
depends on 6xx || PPC64
|
2007-03-16 15:32:17 +01:00
|
|
|
help
|
|
|
|
Support for running natively on the hardware, i.e. without
|
|
|
|
a hypervisor. This option is not user-selectable but should
|
|
|
|
be selected by all platforms that need it.
|
|
|
|
|
2009-03-10 18:53:27 +01:00
|
|
|
config PPC_OF_BOOT_TRAMPOLINE
|
|
|
|
bool "Support booting from Open Firmware or yaboot"
|
|
|
|
depends on 6xx || PPC64
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Support from booting from Open Firmware or yaboot using an
|
|
|
|
Open Firmware client interface. This enables the kernel to
|
2011-04-05 00:04:46 +02:00
|
|
|
communicate with open firmware to retrieve system information
|
2009-03-10 18:53:27 +01:00
|
|
|
such as the device tree.
|
|
|
|
|
|
|
|
In case of doubt, say Y
|
|
|
|
|
2007-03-16 15:32:17 +01:00
|
|
|
config UDBG_RTAS_CONSOLE
|
|
|
|
bool "RTAS based debug console"
|
|
|
|
depends on PPC_RTAS
|
|
|
|
default n
|
|
|
|
|
2011-05-10 21:29:42 +02:00
|
|
|
config PPC_SMP_MUXED_IPI
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Select this opton if your platform supports SMP and your
|
|
|
|
interrupt controller provides less than 4 interrupts to each
|
|
|
|
cpu. This will enable the generic code to multiplex the 4
|
|
|
|
messages on to one ipi.
|
|
|
|
|
2007-03-16 15:32:17 +01:00
|
|
|
config PPC_UDBG_BEAT
|
|
|
|
bool "BEAT based debug console"
|
|
|
|
depends on PPC_CELLEB
|
|
|
|
default n
|
|
|
|
|
2008-01-18 01:05:31 +01:00
|
|
|
config IPIC
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2007-04-13 01:01:34 +02:00
|
|
|
config MPIC
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2011-05-19 15:54:28 +02:00
|
|
|
config PPC_EPAPR_HV_PIC
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2007-04-13 01:01:34 +02:00
|
|
|
config MPIC_WEIRD
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2012-02-17 03:49:03 +01:00
|
|
|
config MPIC_MSGR
|
|
|
|
bool "MPIC message register support"
|
|
|
|
depends on MPIC
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Enables support for the MPIC message registers. These
|
|
|
|
registers are used for inter-processor communication.
|
|
|
|
|
2007-04-13 01:01:34 +02:00
|
|
|
config PPC_I8259
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2007-03-16 15:32:17 +01:00
|
|
|
config U3_DART
|
|
|
|
bool
|
2009-03-10 18:53:27 +01:00
|
|
|
depends on PPC64
|
2007-03-16 15:32:17 +01:00
|
|
|
default n
|
|
|
|
|
|
|
|
config PPC_RTAS
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config RTAS_ERROR_LOGGING
|
|
|
|
bool
|
|
|
|
depends on PPC_RTAS
|
|
|
|
default n
|
|
|
|
|
2009-09-24 21:30:05 +02:00
|
|
|
config PPC_RTAS_DAEMON
|
|
|
|
bool
|
|
|
|
depends on PPC_RTAS
|
|
|
|
default n
|
|
|
|
|
2007-03-16 15:32:17 +01:00
|
|
|
config RTAS_PROC
|
|
|
|
bool "Proc interface to RTAS"
|
|
|
|
depends on PPC_RTAS
|
|
|
|
default y
|
|
|
|
|
|
|
|
config RTAS_FLASH
|
|
|
|
tristate "Firmware flash interface"
|
|
|
|
depends on PPC64 && RTAS_PROC
|
|
|
|
|
|
|
|
config MMIO_NVRAM
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2007-04-23 10:47:08 +02:00
|
|
|
config MPIC_U3_HT_IRQS
|
2007-03-16 15:32:17 +01:00
|
|
|
bool
|
2010-08-23 09:36:41 +02:00
|
|
|
default n
|
2007-03-16 15:32:17 +01:00
|
|
|
|
2007-09-07 21:13:19 +02:00
|
|
|
config MPIC_BROKEN_REGREAD
|
|
|
|
bool
|
|
|
|
depends on MPIC
|
|
|
|
help
|
|
|
|
This option enables a MPIC driver workaround for some chips
|
|
|
|
that have a bug that causes some interrupt source information
|
|
|
|
to not read back properly. It is safe to use on other chips as
|
|
|
|
well, but enabling it uses about 8KB of memory to keep copies
|
|
|
|
of the register contents in software.
|
|
|
|
|
2007-03-16 15:32:17 +01:00
|
|
|
config IBMVIO
|
2012-02-22 15:10:12 +01:00
|
|
|
depends on PPC_PSERIES
|
2007-03-16 15:32:17 +01:00
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
|
|
|
config IBMEBUS
|
|
|
|
depends on PPC_PSERIES
|
|
|
|
bool "Support for GX bus based adapters"
|
|
|
|
help
|
|
|
|
Bus device driver for GX bus based adapters.
|
|
|
|
|
|
|
|
config PPC_MPC106
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config PPC_970_NAP
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2011-01-24 08:42:41 +01:00
|
|
|
config PPC_P7_NAP
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2007-03-16 15:32:17 +01:00
|
|
|
config PPC_INDIRECT_IO
|
|
|
|
bool
|
|
|
|
select GENERIC_IOMAP
|
2011-04-11 23:25:01 +02:00
|
|
|
|
|
|
|
config PPC_INDIRECT_PIO
|
|
|
|
bool
|
|
|
|
select PPC_INDIRECT_IO
|
|
|
|
|
|
|
|
config PPC_INDIRECT_MMIO
|
|
|
|
bool
|
|
|
|
select PPC_INDIRECT_IO
|
2007-03-16 15:32:17 +01:00
|
|
|
|
2011-04-11 23:25:01 +02:00
|
|
|
config PPC_IO_WORKAROUNDS
|
|
|
|
bool
|
|
|
|
|
2007-03-16 15:32:17 +01:00
|
|
|
source "drivers/cpufreq/Kconfig"
|
|
|
|
|
2007-04-27 07:52:43 +02:00
|
|
|
menu "CPU Frequency drivers"
|
|
|
|
depends on CPU_FREQ
|
|
|
|
|
2007-03-16 15:32:17 +01:00
|
|
|
config CPU_FREQ_PMAC
|
|
|
|
bool "Support for Apple PowerBooks"
|
2007-04-27 07:52:43 +02:00
|
|
|
depends on ADB_PMU && PPC32
|
2007-03-16 15:32:17 +01:00
|
|
|
select CPU_FREQ_TABLE
|
|
|
|
help
|
|
|
|
This adds support for frequency switching on Apple PowerBooks,
|
|
|
|
this currently includes some models of iBook & Titanium
|
|
|
|
PowerBook.
|
|
|
|
|
|
|
|
config CPU_FREQ_PMAC64
|
|
|
|
bool "Support for some Apple G5s"
|
2007-04-27 07:52:43 +02:00
|
|
|
depends on PPC_PMAC && PPC64
|
2007-03-16 15:32:17 +01:00
|
|
|
select CPU_FREQ_TABLE
|
|
|
|
help
|
|
|
|
This adds support for frequency switching on Apple iMac G5,
|
|
|
|
and some of the more recent desktop G5 machines as well.
|
2007-04-27 07:46:01 +02:00
|
|
|
|
|
|
|
config PPC_PASEMI_CPUFREQ
|
|
|
|
bool "Support for PA Semi PWRficient"
|
2007-04-27 07:52:43 +02:00
|
|
|
depends on PPC_PASEMI
|
2007-04-27 07:46:01 +02:00
|
|
|
default y
|
|
|
|
select CPU_FREQ_TABLE
|
|
|
|
help
|
|
|
|
This adds the support for frequency switching on PA Semi
|
|
|
|
PWRficient processors.
|
|
|
|
|
2007-04-12 22:35:50 +02:00
|
|
|
endmenu
|
2007-03-16 15:32:17 +01:00
|
|
|
|
2011-11-30 03:46:55 +01:00
|
|
|
menu "CPUIdle driver"
|
|
|
|
|
|
|
|
source "drivers/cpuidle/Kconfig"
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
2007-03-16 15:32:17 +01:00
|
|
|
config PPC601_SYNC_FIX
|
|
|
|
bool "Workarounds for PPC601 bugs"
|
|
|
|
depends on 6xx && (PPC_PREP || PPC_PMAC)
|
|
|
|
help
|
|
|
|
Some versions of the PPC601 (the first PowerPC chip) have bugs which
|
|
|
|
mean that extra synchronization instructions are required near
|
|
|
|
certain instructions, typically those that make major changes to the
|
|
|
|
CPU state. These extra instructions reduce performance slightly.
|
|
|
|
If you say N here, these extra instructions will not be included,
|
|
|
|
resulting in a kernel which will run faster but may not run at all
|
|
|
|
on some systems with the PPC601 chip.
|
|
|
|
|
|
|
|
If in doubt, say Y here.
|
|
|
|
|
|
|
|
config TAU
|
|
|
|
bool "On-chip CPU temperature sensor support"
|
2009-03-10 18:53:27 +01:00
|
|
|
depends on 6xx
|
2007-03-16 15:32:17 +01:00
|
|
|
help
|
|
|
|
G3 and G4 processors have an on-chip temperature sensor called the
|
|
|
|
'Thermal Assist Unit (TAU)', which, in theory, can measure the on-die
|
|
|
|
temperature within 2-4 degrees Celsius. This option shows the current
|
|
|
|
on-die temperature in /proc/cpuinfo if the cpu supports it.
|
|
|
|
|
|
|
|
Unfortunately, on some chip revisions, this sensor is very inaccurate
|
|
|
|
and in many cases, does not work at all, so don't assume the cpu
|
|
|
|
temp is actually what /proc/cpuinfo says it is.
|
|
|
|
|
|
|
|
config TAU_INT
|
|
|
|
bool "Interrupt driven TAU driver (DANGEROUS)"
|
|
|
|
depends on TAU
|
|
|
|
---help---
|
|
|
|
The TAU supports an interrupt driven mode which causes an interrupt
|
|
|
|
whenever the temperature goes out of range. This is the fastest way
|
|
|
|
to get notified the temp has exceeded a range. With this option off,
|
|
|
|
a timer is used to re-check the temperature periodically.
|
|
|
|
|
|
|
|
However, on some cpus it appears that the TAU interrupt hardware
|
|
|
|
is buggy and can cause a situation which would lead unexplained hard
|
|
|
|
lockups.
|
|
|
|
|
|
|
|
Unless you are extending the TAU driver, or enjoy kernel/hardware
|
|
|
|
debugging, leave this option off.
|
|
|
|
|
|
|
|
config TAU_AVERAGE
|
|
|
|
bool "Average high and low temp"
|
|
|
|
depends on TAU
|
|
|
|
---help---
|
|
|
|
The TAU hardware can compare the temperature to an upper and lower
|
|
|
|
bound. The default behavior is to show both the upper and lower
|
|
|
|
bound in /proc/cpuinfo. If the range is large, the temperature is
|
|
|
|
either changing a lot, or the TAU hardware is broken (likely on some
|
|
|
|
G4's). If the range is small (around 4 degrees), the temperature is
|
|
|
|
relatively stable. If you say Y here, a single temperature value,
|
|
|
|
halfway between the upper and lower bounds, will be reported in
|
|
|
|
/proc/cpuinfo.
|
|
|
|
|
|
|
|
If in doubt, say N here.
|
|
|
|
|
2007-04-13 01:01:34 +02:00
|
|
|
config QUICC_ENGINE
|
2008-10-03 18:14:10 +02:00
|
|
|
bool "Freescale QUICC Engine (QE) Support"
|
2011-05-20 07:00:21 +02:00
|
|
|
depends on FSL_SOC && PPC32
|
2007-09-16 12:53:25 +02:00
|
|
|
select PPC_LIB_RHEAP
|
2008-01-08 17:30:58 +01:00
|
|
|
select CRC32
|
2007-04-13 01:01:34 +02:00
|
|
|
help
|
|
|
|
The QUICC Engine (QE) is a new generation of communications
|
|
|
|
coprocessors on Freescale embedded CPUs (akin to CPM in older chips).
|
|
|
|
Selecting this option means that you wish to build a kernel
|
|
|
|
for a machine with a QE coprocessor.
|
|
|
|
|
2008-10-03 21:40:36 +02:00
|
|
|
config QE_GPIO
|
|
|
|
bool "QE GPIO support"
|
|
|
|
depends on QUICC_ENGINE
|
|
|
|
select GENERIC_GPIO
|
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
help
|
|
|
|
Say Y here if you're going to use hardware that connects to the
|
|
|
|
QE GPIOs.
|
|
|
|
|
2007-04-12 23:53:32 +02:00
|
|
|
config CPM2
|
2008-01-25 00:41:25 +01:00
|
|
|
bool "Enable support for the CPM2 (Communications Processor Module)"
|
2009-10-17 01:31:48 +02:00
|
|
|
depends on (FSL_SOC_BOOKE && PPC32) || 8260
|
2007-07-16 18:43:43 +02:00
|
|
|
select CPM
|
2007-09-16 12:53:25 +02:00
|
|
|
select PPC_LIB_RHEAP
|
2008-06-26 19:07:56 +02:00
|
|
|
select PPC_PCI_CHOICE
|
2008-07-28 10:43:22 +02:00
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
select GENERIC_GPIO
|
2007-04-12 23:53:32 +02:00
|
|
|
help
|
|
|
|
The CPM2 (Communications Processor Module) is a coprocessor on
|
|
|
|
embedded CPUs made by Freescale. Selecting this option means that
|
|
|
|
you wish to build a kernel for a machine with a CPM2 coprocessor
|
|
|
|
on it (826x, 827x, 8560).
|
|
|
|
|
2007-07-20 21:39:26 +02:00
|
|
|
config AXON_RAM
|
|
|
|
tristate "Axon DDR2 memory device driver"
|
2009-03-12 03:16:27 +01:00
|
|
|
depends on PPC_IBM_CELL_BLADE && BLOCK
|
2007-07-20 21:39:26 +02:00
|
|
|
default m
|
|
|
|
help
|
|
|
|
It registers one block device per Axon's DDR2 memory bank found
|
|
|
|
on a system. Block devices are called axonram?, their major and
|
|
|
|
minor numbers are available in /proc/devices, /proc/partitions or
|
|
|
|
in /sys/block/axonram?/dev.
|
|
|
|
|
2007-08-17 06:55:55 +02:00
|
|
|
config FSL_ULI1575
|
|
|
|
bool
|
|
|
|
default n
|
2007-09-10 21:57:34 +02:00
|
|
|
select GENERIC_ISA_DMA
|
2007-08-17 06:55:55 +02:00
|
|
|
help
|
|
|
|
Supports for the ULI1575 PCIe south bridge that exists on some
|
|
|
|
Freescale reference boards. The boards all use the ULI in pretty
|
|
|
|
much the same way.
|
|
|
|
|
2007-07-16 18:43:43 +02:00
|
|
|
config CPM
|
|
|
|
bool
|
2008-07-28 10:42:16 +02:00
|
|
|
select PPC_CLOCK
|
2007-07-16 18:43:43 +02:00
|
|
|
|
2008-01-11 04:25:34 +01:00
|
|
|
config OF_RTC
|
|
|
|
bool
|
|
|
|
help
|
2009-01-26 11:12:25 +01:00
|
|
|
Uses information from the OF or flattened device tree to instantiate
|
2008-01-11 04:25:34 +01:00
|
|
|
platform devices for direct mapped RTC chips like the DS1742 or DS1743.
|
|
|
|
|
2007-09-16 12:53:27 +02:00
|
|
|
source "arch/powerpc/sysdev/bestcomm/Kconfig"
|
|
|
|
|
2008-12-18 17:37:26 +01:00
|
|
|
config SIMPLE_GPIO
|
|
|
|
bool "Support for simple, memory-mapped GPIO controllers"
|
|
|
|
depends on PPC
|
|
|
|
select GENERIC_GPIO
|
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
help
|
|
|
|
Say Y here to support simple, memory-mapped GPIO controllers.
|
|
|
|
These are usually BCSRs used to control board's switches, LEDs,
|
|
|
|
chip-selects, Ethernet/USB PHY's power and various other small
|
|
|
|
on-board peripherals.
|
|
|
|
|
2009-01-11 17:55:39 +01:00
|
|
|
config MCU_MPC8349EMITX
|
2011-08-15 16:19:30 +02:00
|
|
|
bool "MPC8349E-mITX MCU driver"
|
2011-11-09 03:10:29 +01:00
|
|
|
depends on I2C=y && PPC_83xx
|
2009-01-11 17:55:39 +01:00
|
|
|
select GENERIC_GPIO
|
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
help
|
|
|
|
Say Y here to enable soft power-off functionality on the Freescale
|
|
|
|
boards with the MPC8349E-mITX-compatible MCU chips. This driver will
|
|
|
|
also register MCU GPIOs with the generic GPIO API, so you'll able
|
|
|
|
to use MCU pins as GPIOs.
|
|
|
|
|
2009-06-06 18:14:22 +02:00
|
|
|
config XILINX_PCI
|
|
|
|
bool "Xilinx PCI host bridge support"
|
|
|
|
depends on PCI && XILINX_VIRTEX
|
|
|
|
|
2007-03-16 15:32:17 +01:00
|
|
|
endmenu
|