arch/x86: select CONFIG_64BIT when CONFIG_X86_LONGMODE

We need a 64-bit clean kernel when in long mode.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
Charles E. Youse 2019-07-23 10:13:38 -07:00 committed by Andrew Boie
commit 91896dde5e

View file

@ -44,6 +44,7 @@ config X86_LONGMODE
bool
prompt "Run in long (64-bit) mode"
default n
select 64BIT
config MAX_IRQ_LINES
int "Number of IRQ lines"