options: relocate ARM_MEM_SUPPORT to distribution options

Display in show_config too.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard
2022-04-24 18:41:49 +00:00
parent 0a0f34a9c6
commit 1a128b5b6d
3 changed files with 8 additions and 7 deletions

View File

@@ -50,6 +50,13 @@
# Install glibc locales to the build (yes / no)
GLIBC_LOCALES="yes"
# Install arm-mem package on ARM32 (yes / no)
if [ "${TARGET_ARCH}" = "arm" ]; then
ARM_MEM_SUPPORT="yes"
else
ARM_MEM_SUPPORT="no"
fi
# additional drivers to install:
# for a list of additional drivers see packages/linux-drivers
# Space separated list is supported,