[PATCH 1/8] base-small: introduce the CONFIG_BASE_SMALL flag

From: Matt Mackall
Date: Mon Jan 31 2005 - 02:32:24 EST


Add CONFIG_BASE_SMALL for miscellaneous core size that don't warrant
their own options. Example users to follow.

Signed-off-by: Matt Mackall <mpm@xxxxxxxxxxx>

Index: mm2/init/Kconfig
===================================================================
--- mm2.orig/init/Kconfig 2005-01-30 21:26:29.000000000 -0800
+++ mm2/init/Kconfig 2005-01-30 21:51:08.000000000 -0800
@@ -286,6 +286,18 @@
reported. KALLSYMS_EXTRA_PASS is only a temporary workaround while
you wait for kallsyms to be fixed.

+config BASE_FULL
+ default y
+ bool "Enable full-sized data structures for core" if EMBEDDED
+ help
+ Disabling this option reduces the size of miscellaneous core
+ kernel data structures.
+
+config BASE_SMALL
+ int
+ default 0 if BASE_FULL
+ default 1 if !BASE_FULL
+
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/