From 010301e968b4aa9a37dfd437f89c054016b2de0f Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Sat, 18 Feb 2006 07:03:24 +0000
Subject: tweak the idea between having a MMU and actually using it

---
 extra/Configs/Config.in.arch | 10 ++++++++++
 1 file changed, 10 insertions(+)

(limited to 'extra')

diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch
index 200fdabd3..a8fc45d27 100644
--- a/extra/Configs/Config.in.arch
+++ b/extra/Configs/Config.in.arch
@@ -48,6 +48,16 @@ config ARCH_HAS_MMU
 
 	  Most people will answer Y.
 
+config ARCH_USE_MMU
+	bool "Do you want to utilize the MMU?"
+	depends on ARCH_HAS_MMU
+	default y
+	help
+	  If your target CPU has a MMU, and you wish to actually utilize it,
+	  then answer Y here.  Normal Linux requires an MMU.
+
+	  If you're unsure, answer Y.
+
 config UCLIBC_HAS_FLOATS
 	bool "Enable floating point number support"
 	default y
-- 
cgit v1.2.3