X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fsh%2FKconfig;h=d73bd4db5e844e3b7c1cd5eeebab30f115589930;hb=54b41b97fd07842d8b64963d538003c5f756ca12;hp=8d90564c2bcfe7dee87dbb5e814e4ed6db054504;hpb=80a186074e72e2cd61f6716d90cf32ce54981a56;p=pandora-kernel.git diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 8d90564c2bcf..d73bd4db5e84 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -706,6 +706,13 @@ config NR_CPUS This is purely to save memory - each supported CPU adds approximately eight kilobytes to the kernel image. +config HOTPLUG_CPU + bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" + depends on SMP && HOTPLUG && EXPERIMENTAL + help + Say Y here to experiment with turning CPUs off and on. CPUs + can be controlled through /sys/devices/system/cpu. + source "kernel/Kconfig.preempt" config GUSA @@ -732,6 +739,8 @@ config GUSA_RB LLSC, this should be more efficient than the other alternative of disabling interrupts around the atomic sequence. +source "drivers/sh/Kconfig" + endmenu menu "Boot options"