summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-07-01 09:37:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-07-01 09:37:37 +0200
commit44ebe21a33211961a573a7566801f81423928449 (patch)
tree09a64c6af90ac3b60bc3fc4511b3ef172d464582 /commands/Kconfig
parentbe1ebac4291ddbc6920e63d18ab92292528d1683 (diff)
parent842308e29774c577291cae09a8a71ecc3b708b92 (diff)
downloadbarebox-44ebe21a33211961a573a7566801f81423928449.tar.gz
barebox-44ebe21a33211961a573a7566801f81423928449.tar.xz
Merge branch 'for-next/memtest'
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig17
1 files changed, 9 insertions, 8 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 384643bf41..7cc71298b7 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -562,14 +562,15 @@ config CMD_NANDTEST
select PARTITION_NEED_MTD
prompt "nandtest"
-config CMD_MTEST
- tristate
- prompt "mtest"
-
-config CMD_MTEST_ALTERNATIVE
- bool
- depends on CMD_MTEST
- prompt "alternative mtest implementation"
+config CMD_MEMTEST
+ tristate
+ prompt "memtest"
+ help
+ The memtest command can test the registered barebox memory.
+ During this test barebox memory regions like heap, stack, ...
+ will be skipped. If the tested architecture has MMU with PTE
+ flags support, the memtest is running twice with cache enabled
+ and with cache disabled
endmenu