Config.in.mmu 510 B

123456789101112131415
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. config ADK_TARGET_WITH_MMU
  4. bool "MMU"
  5. depends on !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
  6. depends on !ADK_TARGET_ARCH_BFIN \
  7. && !ADK_TARGET_ARCH_C6X \
  8. && !ADK_TARGET_ARCH_FRV \
  9. && !ADK_TARGET_ARCH_H8300 \
  10. && !ADK_TARGET_CPU_SH_J2 \
  11. && !ADK_TARGET_ARCH_LM32 \
  12. && !ADK_TARGET_CPU_SH_SH2
  13. select ADK_LINUX_KERNEL_MMU if ADK_TARGET_OS_LINUX
  14. default y