Config.in.mmu 356 B

123456789
  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. select ADK_LINUX_KERNEL_MMU if ADK_TARGET_OS_LINUX
  7. select ADK_WALDUX_KERNEL_MMU if ADK_TARGET_OS_WALDUX
  8. default y