diff options
author | Jan Beulich <jbeulich@suse.com> | 2019-11-11 17:46:45 +0300 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2019-11-14 16:03:52 +0300 |
commit | e221065aa613931c16b0361eecd2bf45015488ba (patch) | |
tree | b83588106d927e0b617d265ff9e5e97b5209afa6 /drivers/xen/Kconfig | |
parent | 4e3f77d8419b6787f3eb4d4f5178f459d693f9bb (diff) | |
download | linux-e221065aa613931c16b0361eecd2bf45015488ba.tar.xz |
xen/mcelog: also allow building for 32-bit kernels
There's no apparent reason why it can be used on 64-bit only.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'drivers/xen/Kconfig')
-rw-r--r-- | drivers/xen/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index a50dadd01093..b71f1ad1013c 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig @@ -286,7 +286,7 @@ config XEN_ACPI_PROCESSOR config XEN_MCE_LOG bool "Xen platform mcelog" - depends on XEN_DOM0 && X86_64 && X86_MCE + depends on XEN_DOM0 && X86_MCE help Allow kernel fetching MCE error from Xen platform and converting it into Linux mcelog format for mcelog tools |