x86: Clean up memory model related configs in arch/x86/Kconfig
authorTejun Heo <tj@kernel.org>
Fri, 1 Apr 2011 09:15:12 +0000 (11:15 +0200)
committerTejun Heo <tj@kernel.org>
Fri, 1 Apr 2011 09:15:12 +0000 (11:15 +0200)
commit3b16651f806d35b5c404f2525fbce76afa3c9297
treeb64ee2656a90b140b27590a0296779907b797cef
parent052936080c8fb2f791103995b21bd4018c8df886
x86: Clean up memory model related configs in arch/x86/Kconfig

* Remove bogus dependency on ARCH_SELECT_MEMORY_MODEL from
  ARCH_FLATMEM_ENABLE.  ENABLE configs don't interfere with
  SELECT_MEMORY_MODEL.  They just need to indicate whether the
  specific memory model is supported.

* Relocate HAVE_ARCH_ALLOC_REMAP, ARCH_PROC_KCORE_TEXT and
  ARCH_SPARSEMEM_DEFAULT so that memory model related configs are
  together in consistent order.

Signed-off-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Christoph Lameter <cl@linux.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
arch/x86/Kconfig