summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-13 15:22:23 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-13 15:22:23 +0200
commit6634cfe849b547b35e50e73b0a142a294cd39a80 (patch)
tree291c1fca6a32b35654c8358689e53d1458da7bdc /common/Kconfig
parent46f6648adbbad796e459acf9f3cb8a53b7408584 (diff)
downloadbarebox-6634cfe849b547b35e50e73b0a142a294cd39a80.tar.gz
barebox-6634cfe849b547b35e50e73b0a142a294cd39a80.tar.xz
add default environment
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 05b8d47fe6..7672ebffff 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -126,6 +126,22 @@ config OF_FLAT_TREE
bool
prompt "Open Firmware flat device tree support"
+config DEFAULT_ENVIRONMENT
+ bool
+ default y
+ prompt "Compile in default environment"
+ help
+ Enabling this option will give you a default environment when
+ the environment found in the environment sector is invalid
+
+config DEFAULT_ENVIRONMENT_PATH
+ string
+ depends on DEFAULT_ENVIRONMENT
+ prompt "Default environment path"
+ help
+ The path the default environment will be taken from. Relative
+ pathes will be relative to the U-Boot Toplevel dir, but absolute
+ pathes are fine aswell.
endmenu
menu "Debugging "