diff mbox

[05/12] Add blank Kconfig.distro fragment file

Message ID 1299637966-18458-6-git-send-email-john.stultz@linaro.org
State Deferred
Headers show

Commit Message

John Stultz March 9, 2011, 2:32 a.m. UTC
Here is the intial Kconfig.distro fragment file

CC: Jason Hui <jason.hui@linaro.org>
CC: patches@linaro.org
Signed-off-by: John Stultz <john.stultz@linaro.org>
---
 Kconfig.distro |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 Kconfig.distro
diff mbox

Patch

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