summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:00 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:00 +0200
commite935d1a45206186895a2e5148fe8c58ed94e7cca (patch)
tree306b02cc195d3e2614fcc05869c5f0d423141406 /common/Kconfig
parent84e84863d85f624bb73d41238d99f6048f713ce2 (diff)
downloadbarebox-e935d1a45206186895a2e5148fe8c58ed94e7cca.tar.gz
barebox-e935d1a45206186895a2e5148fe8c58ed94e7cca.tar.xz
svn_rev_511
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index d8a04356f0..cfd59a720d 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -5,6 +5,9 @@ config ZLIB
config BZLIB
bool
+config GREGORIAN_CALENDER
+ bool
+
menu "general settings"
config PROMPT
@@ -77,6 +80,17 @@ config ERRNO_MESSAGES
prompt "print error values as text"
default y
+config TIMESTAMP
+ bool
+ default y
+ select GREGORIAN_CALENDER
+ prompt "print timestamp information from images"
+ help
+ When CONFIG_TIMESTAMP is selected, the timestamp
+ (date and time) of an image is printed by image
+ commands like bootm or iminfo. This option is
+ automatically enabled when you select CFG_CMD_DATE .
+
endmenu
menu "Commands"