x86/kconfig: Move 64-bit only arch Kconfig selects to 'config X86_64'
authorIngo Molnar <mingo@kernel.org>
Tue, 15 Nov 2016 09:11:57 +0000 (10:11 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 15 Nov 2016 09:34:02 +0000 (10:34 +0100)
commitd94e068573f2cf9aa92759f37829c5e5259e5cf1
tree8465534afb4c977cc2873e41c17eb3d63279d97a
parent341c787e34afb3599977a077ea01ee213323620c
x86/kconfig: Move 64-bit only arch Kconfig selects to 'config X86_64'

These are easier to read when they come next to the X86_64 config.

Note that all remaining 'if X86_64' config options in the generic
section are in principle suitable for activation on 32-bit, but have
not been ported yet.

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/Kconfig