diff options
Diffstat (limited to 'drivers/xen/Kconfig')
-rw-r--r-- | drivers/xen/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index 38fb36e1c592..8bc01838daf9 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig | |||
@@ -240,4 +240,8 @@ config XEN_MCE_LOG | |||
240 | config XEN_HAVE_PVMMU | 240 | config XEN_HAVE_PVMMU |
241 | bool | 241 | bool |
242 | 242 | ||
243 | config XEN_EFI | ||
244 | def_bool y | ||
245 | depends on X86_64 && EFI | ||
246 | |||
243 | endmenu | 247 | endmenu |