mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 18:12:08 +02:00
fix(cros-bootkernel/x86_64_defconfig_boot) build in the Xen modules
The boot kernel shouldn't have kernel modules, otherwise it will be a two-step build process for the whole kernel/initrd package, so just build in the Xen modules to the kernel image itself.
This commit is contained in:
parent
7f42fe9aa6
commit
b8bec84f14
@ -1803,7 +1803,7 @@ CONFIG_ITCO_VENDOR_SUPPORT=y
|
||||
# CONFIG_W83977F_WDT is not set
|
||||
# CONFIG_MACHZ_WDT is not set
|
||||
# CONFIG_SBC_EPX_C3_WATCHDOG is not set
|
||||
# CONFIG_XEN_WDT is not set
|
||||
CONFIG_XEN_WDT=y
|
||||
|
||||
#
|
||||
# PCI-based Watchdog Cards
|
||||
@ -2091,17 +2091,17 @@ CONFIG_HYPERV_BALLOON=m
|
||||
CONFIG_XEN_BALLOON=y
|
||||
CONFIG_XEN_SELFBALLOONING=y
|
||||
CONFIG_XEN_SCRUB_PAGES=y
|
||||
CONFIG_XEN_DEV_EVTCHN=m
|
||||
CONFIG_XEN_DEV_EVTCHN=y
|
||||
# CONFIG_XEN_BACKEND is not set
|
||||
CONFIG_XENFS=m
|
||||
CONFIG_XENFS=y
|
||||
CONFIG_XEN_COMPAT_XENFS=y
|
||||
CONFIG_XEN_SYS_HYPERVISOR=y
|
||||
CONFIG_XEN_XENBUS_FRONTEND=y
|
||||
# CONFIG_XEN_GNTDEV is not set
|
||||
CONFIG_XEN_GRANT_DEV_ALLOC=m
|
||||
CONFIG_XEN_GRANT_DEV_ALLOC=y
|
||||
CONFIG_SWIOTLB_XEN=y
|
||||
CONFIG_XEN_TMEM=y
|
||||
CONFIG_XEN_PRIVCMD=m
|
||||
CONFIG_XEN_PRIVCMD=y
|
||||
CONFIG_XEN_MCE_LOG=y
|
||||
CONFIG_XEN_HAVE_PVMMU=y
|
||||
# CONFIG_STAGING is not set
|
||||
|
Loading…
x
Reference in New Issue
Block a user