From: Roman Gushchin <[email protected]> All the SMART-related code will use CONFIG_SMART config option.
Signed-off-by: Roman Gushchin <[email protected]> --- init/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/init/Kconfig b/init/Kconfig index 5d6feba..98dd173 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -802,6 +802,17 @@ config NUMA_BALANCING This system will be inactive on UMA systems. +config SMART + bool "Enable SMART rt scheduler extension" + default y + depends on SMP + help + This option enables SMART (Simultaneous Multithreading-Aware Real-Time) + scheduler exitension. SMART allows efficiently use of real-time + scheduler for runtime tasks on modern multi-cores CPUs with + enabled hyper-threading. + Do not use for hard real-time purposes. + menuconfig CGROUPS boolean "Control Group support" depends on EVENTFD -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

