From: Gustavo Zacarias Date: Mon, 4 Aug 2014 13:20:35 +0000 (-0300) Subject: sispmctl: add comment mmu depends X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3235c4054550754598f9fdf2b061b3c27ec3b2c;p=buildroot.git 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 --- 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