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:
parent
640c5a5e95
commit
91896dde5e
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue