openssh: update to 9.8p1
[openadk.git] / target / config / Config.in.mmu
blob6685230c8884fd74f8326e404d427b719cd21627
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 config ADK_TARGET_WITH_MMU
5         bool "MMU"
6         depends on !ADK_TARGET_CHOOSE_ARCH
7         depends on !ADK_TARGET_ARCH_BFIN \
8                 && !ADK_TARGET_ARCH_C6X \
9                 && !ADK_TARGET_ARCH_FRV \
10                 && !ADK_TARGET_ARCH_H8300 \
11                 && !ADK_TARGET_CPU_SH_J2 \
12                 && !ADK_TARGET_ARCH_LM32 \
13                 && !ADK_TARGET_CPU_SH_SH2 \
14                 && !ADK_TARGET_CPU_CF_5208
15         select ADK_LINUX_KERNEL_MMU if ADK_TARGET_OS_LINUX
16         default y