summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 123d07086e..fb47397e9f 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -389,6 +389,19 @@ config DEFAULT_ENVIRONMENT
Enabling this option will give you a default environment when
the environment found in the environment sector is invalid
+config DEFAULT_ENVIRONMENT_GENERIC
+ bool
+ depends on DEFAULT_ENVIRONMENT
+ select SHELL_HUSH
+ prompt "Default environment generic"
+ help
+ With this option barebox will use the generic default
+ environment found under defaultenv/ in the src tree.
+ The Directory given with DEFAULT_ENVIRONMENT_PATH
+ will be added to the default environment. This should
+ at least contain a /env/config file.
+ This will be able to overwrite the files from defaultenv.
+
config DEFAULT_ENVIRONMENT_PATH
string
depends on DEFAULT_ENVIRONMENT