summaryrefslogtreecommitdiff
path: root/target/config/Config.in.mmu
blob: 209101e4869aa703965da1e7fc0e5ae07d740240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

config ADK_TARGET_WITH_MMU
	bool "MMU"
	depends on !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
	depends on !ADK_TARGET_ARCH_BFIN \
		&& !ADK_TARGET_ARCH_C6X \
		&& !ADK_TARGET_ARCH_FRV \
		&& !ADK_TARGET_ARCH_H8300 \
		&& !ADK_TARGET_CPU_SH_J2 \
		&& !ADK_TARGET_ARCH_LM32 \
		&& !ADK_TARGET_CPU_SH_SH2 \
		&& !ADK_TARGET_CPU_CF_5208
	select ADK_LINUX_KERNEL_MMU if ADK_TARGET_OS_LINUX
	default y