From aa5490a851eed8100e9959f35bb1a20fc0353dba Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 18 Feb 2006 06:53:43 +0000 Subject: improve MMU selection a little to be less confusing --- extra/Configs/Config.in.arch | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'extra/Configs') diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index 189b2f451..200fdabd3 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -32,14 +32,15 @@ comment "Using Big Endian" endif config ARCH_HAS_NO_MMU - bool "Target CPU does not have a memory management unit (MMU)" - select ARCH_HAS_NO_LDSO if !TARGET_frv - default n + bool +if ARCH_HAS_NO_MMU +comment "Target CPU lacks a memory management unit (MMU)" +endif config ARCH_HAS_MMU bool "Target CPU has a memory management unit (MMU)" - default y depends !ARCH_HAS_NO_MMU + default y help If your target CPU does not have a memory management unit (MMU), then answer N here. Normally, Linux runs on systems with an MMU. -- cgit v1.2.3