diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-27 08:30:10 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-27 09:07:39 +0100 |
commit | e7bc24338a5b82bff79c6b46e2279b67f2b8ab33 (patch) | |
tree | f82f6681020b6484adcf5daa3f8fb9166084ac70 /package/ramsmp/Config.in | |
parent | a957e1b265e2736da7c2aa746c084f228ff7985d (diff) |
ramsmp: not available on !MMU, needs fork
Fixes:
http://autobuild.buildroot.org/results/aaa/aaa7f8e5ec72ce69805d6c1a5cde5ff47e1c118e/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/ramsmp/Config.in')
-rw-r--r-- | package/ramsmp/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ramsmp/Config.in b/package/ramsmp/Config.in index c379bb17a..ecab6a46a 100644 --- a/package/ramsmp/Config.in +++ b/package/ramsmp/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_RAMSMP bool "ramspeed/smp" + depends on BR2_USE_MMU # fork() help RAMspeed/SMP is a free open source command line utility to measure cache and memory performance of multiprocessor machines. |