arch/sh/Kconfig v2.6.32-rc5

SUPERH

The SuperH is a RISC processor targeted for use in embedded systems
and consumer electronics; it was also used in the Sega Dreamcast
gaming console.  The SuperH port has a home page at
<http://www.linux-sh.org/>.

/home/landley/www/kdocs/menuconfig/init-Kconfig.html

/home/landley/www/kdocs/menuconfig/kernel-Kconfig.freezer.html


Menu: System type

CPU_SUBTYPE_MXG

Support MX-G processor

Select MX-G if running on an R8A03022BG part.

CPU_SUBTYPE_SH7706

Support SH7706 processor

Select SH7706 if you have a 133 Mhz SH-3 HD6417706 CPU.

CPU_SUBTYPE_SH7707

Support SH7707 processor

Select SH7707 if you have a  60 Mhz SH-3 HD6417707 CPU.

CPU_SUBTYPE_SH7708

Support SH7708 processor

Select SH7708 if you have a  60 Mhz SH-3 HD6417708S or
if you have a 100 Mhz SH-3 HD6417708R CPU.

CPU_SUBTYPE_SH7709

Support SH7709 processor

Select SH7709 if you have a  80 Mhz SH-3 HD6417709 CPU.

CPU_SUBTYPE_SH7710

Support SH7710 processor

Select SH7710 if you have a SH3-DSP SH7710 CPU.

CPU_SUBTYPE_SH7712

Support SH7712 processor

Select SH7712 if you have a SH3-DSP SH7712 CPU.

CPU_SUBTYPE_SH7720

Support SH7720 processor

Select SH7720 if you have a SH3-DSP SH7720 CPU.

CPU_SUBTYPE_SH7721

Support SH7721 processor

Select SH7721 if you have a SH3-DSP SH7721 CPU.

CPU_SUBTYPE_SH7750

Support SH7750 processor

Select SH7750 if you have a 200 Mhz SH-4 HD6417750 CPU.

CPU_SUBTYPE_SH7091

Support SH7091 processor

Select SH7091 if you have an SH-4 based Sega device (such as
the Dreamcast, Naomi, and Naomi 2).

CPU_SUBTYPE_SH7751

Support SH7751 processor

Select SH7751 if you have a 166 Mhz SH-4 HD6417751 CPU,
or if you have a HD6417751R CPU.

CPU_SUBTYPE_SH7723

Support SH7723 processor

Select SH7723 if you have an SH-MobileR2 CPU.

CPU_SUBTYPE_SH7724

Support SH7724 processor

Select SH7724 if you have an SH-MobileR2R CPU.

CPU_SUBTYPE_SH7757

Support SH7757 processor

Select SH7757 if you have a SH4A SH7757 CPU.

CPU_SUBTYPE_SH7763

Support SH7763 processor

Select SH7763 if you have a SH4A SH7763(R5S77631) CPU.

/home/landley/www/kdocs/menuconfig/arch-sh-mm-Kconfig.html

/home/landley/www/kdocs/menuconfig/arch-sh-Kconfig.cpu.html

/home/landley/www/kdocs/menuconfig/arch-sh-boards-Kconfig.html


Menu: Timer and clock configuration

SH_TIMER_TMU

TMU timer driver

This enables the build of the TMU timer driver.

SH_TIMER_CMT

CMT timer driver

This enables build of the CMT timer driver.

SH_TIMER_MTU2

MTU2 timer driver

This enables build of the MTU2 timer driver.

SH_PCLK_FREQ

Peripheral clock frequency (in Hz)

This option is used to specify the peripheral clock frequency.
This is necessary for determining the reference clock value on
platforms lacking an RTC.

SH_CLK_MD

CPU Mode Pin Setting

MD2 - MD0 pin setting.

/home/landley/www/kdocs/menuconfig/kernel-time-Kconfig.html



Menu: CPU Frequency scaling

/home/landley/www/kdocs/menuconfig/drivers-cpufreq-Kconfig.html

SH_CPU_FREQ

SuperH CPU Frequency driver

This adds the cpufreq driver for SuperH. Any CPU that supports
clock rate rounding through the clock framework can use this
driver. While it will make the kernel slightly larger, this is
harmless for CPUs that don't support rate rounding. The driver
will also generate a notice in the boot log before disabling
itself if the CPU in question is not capable of rate rounding.

For details, take a look at <file:Documentation/cpu-freq>.

If unsure, say N.


/home/landley/www/kdocs/menuconfig/arch-sh-drivers-Kconfig.html



Menu: Kernel features

/home/landley/www/kdocs/menuconfig/kernel-Kconfig.hz.html

KEXEC

kexec system call (EXPERIMENTAL)

kexec is a system call that implements the ability to shutdown your
current kernel, and to start another kernel.  It is like a reboot
but it is independent of the system firmware.  And like a reboot
you can start any kernel with it, not just Linux.

The name comes from the similarity to the exec system call.

It is an ongoing process to be certain the hardware in a machine
is properly shutdown, so do not be surprised if this code does not
initially work for you.  It may help to enable device hotplugging
support.  As of this writing the exact hardware interface is
strongly in flux, so no good recommendation can be made.

CRASH_DUMP

kernel crash dumps (EXPERIMENTAL)

Generate crash dump after being started by kexec.
This should be normally only set in special crash dump kernels
which are loaded in the main kernel with kexec-tools into
a specially reserved region and then later executed after
a crash by kdump/kexec. The crash dump kernel must be compiled
to a memory address not used by the main kernel using
MEMORY_START.

For more details see Documentation/kdump/kdump.txt

KEXEC_JUMP

kexec jump (EXPERIMENTAL)

Jump between original kernel and kexeced kernel and invoke
code via KEXEC

SECCOMP

Enable seccomp to safely compute untrusted bytecode

This kernel feature is useful for number crunching applications
that may need to compute untrusted bytecode during their
execution. By using pipes or other transports made available to
the process as file descriptors supporting the read/write
syscalls, it's possible to isolate those applications in
their own address space using seccomp. Once seccomp is
enabled via prctl, it cannot be disabled and the task is only
allowed to execute a few safe syscalls defined by each seccomp
mode.

If unsure, say N.

SMP

Symmetric multi-processing support

This enables support for systems with more than one CPU. If you have
a system with only one CPU, like most personal computers, say N. If
you have a system with more than one CPU, say Y.

If you say N here, the kernel will run on single and multiprocessor
machines, but will use only one CPU of a multiprocessor machine. If
you say Y here, the kernel will run on many, but not all,
singleprocessor machines. On a singleprocessor machine, the kernel
will run faster if you say N here.

People using multiprocessor machines who say Y here should also say
Y to "Enhanced Real Time Clock Support", below.

See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO
available at <http://www.tldp.org/docs.html#howto>.

If you don't know what to do here, say N.

NR_CPUS

Maximum number of CPUs (2-32)

This allows you to specify the maximum number of CPUs which this
kernel will support.  The maximum supported value is 32 and the
minimum value which makes sense is 2.

This is purely to save memory - each supported CPU adds
approximately eight kilobytes to the kernel image.

/home/landley/www/kdocs/menuconfig/kernel-Kconfig.preempt.html

GUSA

This enables support for gUSA (general UserSpace Atomicity).
This is the default implementation for both UP and non-ll/sc
CPUs, and is used by the libc, amongst others.

For additional information, design information can be found
in <http://lc.linux.or.jp/lc2002/papers/niibe0919p.pdf>.

This should only be disabled for special cases where alternate
atomicity implementations exist.

GUSA_RB

Implement atomic operations by roll-back (gRB) (EXPERIMENTAL)

Enabling this option will allow the kernel to implement some
atomic operations using a software implementation of load-locked/
store-conditional (LLSC). On machines which do not have hardware
LLSC, this should be more efficient than the other alternative of
disabling interrupts around the atomic sequence.

SPARSE_IRQ

Support sparse irq numbering

This enables support for sparse irqs. This is useful in general
as most CPUs have a fairly sparse array of IRQ vectors, which
the irq_desc then maps directly on to. Systems with a high
number of off-chip IRQs will want to treat this as
experimental until they have been independently verified.

If you don't know what to do here, say N.



Menu: Boot options

ZERO_PAGE_OFFSET

This sets the default offset of zero page.

BOOT_LINK_OFFSET

This option allows you to set the link address offset of the zImage.
This can be useful if you are on a board which has a small amount of
memory.

UBC_WAKEUP

Wakeup UBC on startup

Selecting this option will wakeup the User Break Controller (UBC) on
startup. Although the UBC is left in an awake state when the processor
comes up, some boot loaders misbehave by putting the UBC to sleep in a
power saving state, which causes issues with things like ptrace().

If unsure, say N.

UBC_WAKEUP

Kernel command line

Setting this option allows the kernel command line arguments
to be set.

CMDLINE_OVERWRITE

Overwrite bootloader kernel arguments

Given string will overwrite any arguments passed in by
a bootloader.

CMDLINE_EXTEND

Extend bootloader kernel arguments

Given string will be concatenated with arguments passed in
by a bootloader.



Menu: Bus options

MAPLE

Maple Bus support

The Maple Bus is SEGA's serial communication bus for peripherals
on the Dreamcast. Without this bus support you won't be able to
get your Dreamcast keyboard etc to work, so most users
probably want to say 'Y' here, unless you are only using the
Dreamcast with a serial line terminal or a remote network
connection.

/home/landley/www/kdocs/menuconfig/arch-sh-drivers-pci-Kconfig.html

/home/landley/www/kdocs/menuconfig/drivers-pci-pcie-Kconfig.html

/home/landley/www/kdocs/menuconfig/drivers-pci-Kconfig.html

/home/landley/www/kdocs/menuconfig/drivers-pcmcia-Kconfig.html

/home/landley/www/kdocs/menuconfig/drivers-pci-hotplug-Kconfig.html



Menu: Executable file formats

/home/landley/www/kdocs/menuconfig/fs-Kconfig.binfmt.html



Menu: Power management options (EXPERIMENTAL)

/home/landley/www/kdocs/menuconfig/kernel-power-Kconfig.html

/home/landley/www/kdocs/menuconfig/drivers-cpuidle-Kconfig.html


/home/landley/www/kdocs/menuconfig/net-Kconfig.html

/home/landley/www/kdocs/menuconfig/drivers-Kconfig.html

/home/landley/www/kdocs/menuconfig/fs-Kconfig.html

/home/landley/www/kdocs/menuconfig/arch-sh-Kconfig.debug.html

/home/landley/www/kdocs/menuconfig/security-Kconfig.html

/home/landley/www/kdocs/menuconfig/crypto-Kconfig.html

/home/landley/www/kdocs/menuconfig/lib-Kconfig.html