summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2012-09-05 17:52:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-06 12:43:36 +0200
commitef01e97f6c37fed9d75a8863911a6c786c716917 (patch)
tree46dcd0afda0928a56050739780d8304960dae0f1 /common/Kconfig
parent25fc2ca049636274afcf65528ec07187d215cd27 (diff)
downloadbarebox-ef01e97f6c37fed9d75a8863911a6c786c716917.tar.gz
barebox-ef01e97f6c37fed9d75a8863911a6c786c716917.tar.xz
common: split out meminfo output and make it optional
Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index b97392cfdb..c1aaabe677 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -96,6 +96,10 @@ config BANNER
bool "display banner"
default y
+config MEMINFO
+ bool "display memory info"
+ default y
+
config ENVIRONMENT_VARIABLES
bool "environment variables support"