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 --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