Add CONFIG_CORE_SMALL for miscellaneous core size that don't warrant their own options. Example users to follow.
Signed-off-by: Matt Mackall <[EMAIL PROTECTED]> Index: tiny/init/Kconfig =================================================================== --- tiny.orig/init/Kconfig 2004-12-04 15:42:40.394703286 -0800 +++ tiny/init/Kconfig 2004-12-04 19:24:36.404346070 -0800 @@ -287,6 +287,12 @@ reported. KALLSYMS_EXTRA_PASS is only a temporary workaround while you wait for kallsyms to be fixed. +config CORE_SMALL + default n + bool "Enable various size reductions for core" if EMBEDDED + help + This reduces the size of miscellaneous core kernel data structures. + config FUTEX bool "Enable futex support" if EMBEDDED default y - 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/