From 91896dde5eedb3f82a0001800ea9ff867602c7cb Mon Sep 17 00:00:00 2001 From: "Charles E. Youse" Date: Tue, 23 Jul 2019 10:13:38 -0700 Subject: [PATCH] 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 --- arch/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 0d560c702cc..596a569b486 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -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"