Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262598AbVAVAS3 (ORCPT ); Fri, 21 Jan 2005 19:18:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262633AbVAVARb (ORCPT ); Fri, 21 Jan 2005 19:17:31 -0500 Received: from waste.org ([216.27.176.166]:36743 "EHLO waste.org") by vger.kernel.org with ESMTP id S262632AbVAVAKD (ORCPT ); Fri, 21 Jan 2005 19:10:03 -0500 Date: Fri, 21 Jan 2005 18:09:48 -0600 From: Matt Mackall To: Andrew Morton X-PatchBomber: http://selenic.com/scripts/mailpatches Cc: Linux Kernel In-Reply-To: <1.464233479@selenic.com> Message-Id: <2.464233479@selenic.com> Subject: [PATCH 1/8] core-small: Add option to embedded menu Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 996 Lines: 27 Add CONFIG_CORE_SMALL for miscellaneous core size that don't warrant their own options. Example users to follow. Signed-off-by: Matt Mackall 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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/