From 991010161171b43b06f2a0a39a9ffe58e43ece52 Mon Sep 17 00:00:00 2001 From: Dave Hansen Date: Thu, 23 Jun 2005 00:07:42 -0700 Subject: [PATCH] --- yaml --- r: 2852 b: refs/heads/master c: 3a9da7655d2d5b7f790a370328cf093440c80496 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/mm/Kconfig | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 trunk/mm/Kconfig diff --git a/[refs] b/[refs] index 502afcd99573..359aad68328e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5b505b90b2d54e526cc8d123bdef3b98c9f0bbc6 +refs/heads/master: 3a9da7655d2d5b7f790a370328cf093440c80496 diff --git a/trunk/mm/Kconfig b/trunk/mm/Kconfig new file mode 100644 index 000000000000..69caa9d8674e --- /dev/null +++ b/trunk/mm/Kconfig @@ -0,0 +1,25 @@ +choice + prompt "Memory model" + default FLATMEM + default SPARSEMEM if ARCH_SPARSEMEM_DEFAULT + default DISCONTIGMEM if ARCH_DISCONTIGMEM_DEFAULT + +config FLATMEM + bool "Flat Memory" + depends on !ARCH_DISCONTIGMEM_ENABLE || ARCH_FLATMEM_ENABLE + help + This option allows you to change some of the ways that + Linux manages its memory internally. Most users will + only have one option here: FLATMEM. This is normal + and a correct option. + + If unsure, choose this option over any other. + +config DISCONTIGMEM + bool "Discontigious Memory" + depends on ARCH_DISCONTIGMEM_ENABLE + help + If unsure, choose "Flat Memory" over this option. + +endchoice +