config: kernel: only enable container features if !SMALL_FLASH
authorDaniel Golle <daniel@makrotopia.org>
Thu, 12 Sep 2019 11:17:24 +0000 (13:17 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 12 Sep 2019 11:17:24 +0000 (13:17 +0200)
commit7cc22d72e96093c816292e1b640adff770c7fe77
tree42b6d62cced2dd094c1bd29acac3e3af8aa6fe10
parent4f94a331e172fd23a21b74d3e552abad25248326
config: kernel: only enable container features if !SMALL_FLASH

KERNEL_DEVPTS_MULTIPLE_INSTANCES and KERNEL_POSIX_MQUEUE were
previously enabled by default only if KERNEL_LXC_MISC was selected.
KERNEL_LXC_MISC was enabled only if the SMALL_FLASH (anti-)feature
was not selected.
Now that KERNEL_LXC_MISC no longer exists, make sure that those
options are also only enabled by default for !SMALL_FLASH targets.

Fixes: 4f94a331 ("config: kernel: remove KERNEL_LXC_MISC")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
config/Config-kernel.in