From d3235c4054550754598f9fdf2b061b3c27ec3b2c Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 4 Aug 2014 10:20:35 -0300 Subject: [PATCH] sispmctl: add comment mmu depends Otherwise it shows up indirectly when toolchain options aren't enough and then vanishes when they are fulfilled. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/sispmctl/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/sispmctl/Config.in b/package/sispmctl/Config.in index 8070802c1e..3b8f60e3ee 100644 --- a/package/sispmctl/Config.in +++ b/package/sispmctl/Config.in @@ -15,3 +15,4 @@ config BR2_PACKAGE_SISPMCTL comment "sispmctl needs a toolchain w/ threads, wchar" depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR + depends on BR2_USE_MMU