From: Arjan van de Ven Date: Sun, 11 Oct 2009 17:33:02 +0000 (-0700) Subject: x86: Relegate CONFIG_PAT and CONFIG_MTRR configurability to EMBEDDED X-Git-Tag: v2.6.33-rc1~373^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c03cb3149daed3e411657e3212d05ae27cf1a874;p=pandora-kernel.git x86: Relegate CONFIG_PAT and CONFIG_MTRR configurability to EMBEDDED MTRR and PAT support (which got added to CPUs over 10 years ago) are no longer really optional in that more and more things are depending on PAT just working, including various drivers and newer versions of X. (to not even speak of MTRR) Having this as a regular config option just no longer makes sense. This patch relegates CONFIG_X86_PAT to the EMBEDDED category so ultra-embedded can still disable it if they really need to. Also-Suggested-by: Roland Dreier Signed-off-by: Arjan van de Ven Cc: Linus Torvalds Cc: Henrique de Moraes Holschuh LKML-Reference: <20091011103302.62bded41@infradead.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed