Here is the intial Kconfig.distro fragment file

CC: Jason Hui <jason....@linaro.org>
CC: patc...@linaro.org
Signed-off-by: John Stultz <john.stu...@linaro.org>
---
 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
-- 
1.7.3.2.146.gca209


_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to