From patchwork Wed Mar 9 02:32:39 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 448 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:42:44 -0000 Delivered-To: patches@linaro.org Received: by 10.224.60.68 with SMTP id o4cs45639qah; Tue, 8 Mar 2011 18:33:01 -0800 (PST) Received: by 10.42.231.193 with SMTP id jr1mr7734510icb.23.1299637980498; Tue, 08 Mar 2011 18:33:00 -0800 (PST) Received: from e9.ny.us.ibm.com (e9.ny.us.ibm.com [32.97.182.139]) by mx.google.com with ESMTPS id vr10si3515802icb.84.2011.03.08.18.32.59 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Mar 2011 18:32:59 -0800 (PST) Received-SPF: pass (google.com: domain of jstultz@us.ibm.com designates 32.97.182.139 as permitted sender) client-ip=32.97.182.139; Authentication-Results: mx.google.com; spf=pass (google.com: domain of jstultz@us.ibm.com designates 32.97.182.139 as permitted sender) smtp.mail=jstultz@us.ibm.com Received: from d01dlp02.pok.ibm.com (d01dlp02.pok.ibm.com [9.56.224.85]) by e9.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p2926bvi011304; Tue, 8 Mar 2011 21:06:37 -0500 Received: from d01relay06.pok.ibm.com (d01relay06.pok.ibm.com [9.56.227.116]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 971E76E803E; Tue, 8 Mar 2011 21:32:58 -0500 (EST) Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay06.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p292WwPg2461810; Tue, 8 Mar 2011 21:32:58 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p292WvrQ002090; Tue, 8 Mar 2011 23:32:57 -0300 Received: from kernel.beaverton.ibm.com (kernel.beaverton.ibm.com [9.47.67.96]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p292WvAP002075; Tue, 8 Mar 2011 23:32:57 -0300 Received: by kernel.beaverton.ibm.com (Postfix, from userid 1056) id 11FDA1E7512; Tue, 8 Mar 2011 18:32:57 -0800 (PST) From: John Stultz To: linaro-dev@lists.linaro.org Cc: John Stultz , Jason Hui , patches@linaro.org Subject: [PATCH 05/12] Add blank Kconfig.distro fragment file Date: Tue, 8 Mar 2011 18:32:39 -0800 Message-Id: <1299637966-18458-6-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.7.3.2.146.gca209 In-Reply-To: <1299637966-18458-1-git-send-email-john.stultz@linaro.org> References: <1299637966-18458-1-git-send-email-john.stultz@linaro.org> X-Content-Scanned: Fidelis XPS MAILER Here is the intial Kconfig.distro fragment file CC: Jason Hui CC: patches@linaro.org Signed-off-by: John Stultz --- Kconfig.distro | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 Kconfig.distro diff --git a/Kconfig.distro b/Kconfig.distro new file mode 100644 index 0000000..17ea21c --- /dev/null +++ b/Kconfig.distro @@ -0,0 +1,20 @@ +# This is the Kconfig.distro fragment. +# It should be edited to include kconfig fragments +# that is included by arch specific defconfigs to +# set generic CONFIG policy. +# +# For instance, this would be the approprate place +# for selecting network options, common driver modules, +# filesystems or kernel debugging options. +# +# Example: +# +# config generateconfig_DISTRO_YES +# def_bool y +# +# select AUDIT +# select NAMESPACES +# select EXT3_FS +# +# config CUSE +# default m