lm32: try with gcc 4.6.4
[openadk.git] / target / config / Config.in.mmu
blobeb885ebe3205b7a0d333a1e26597c2b360f8275f
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_APPLIANCE_TOOLCHAIN && !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         select ADK_LINUX_KERNEL_MMU if ADK_TARGET_OS_LINUX
15         default y