summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/bsp-x86_32-generic/linux-x86-32-generic.morph5
-rw-r--r--strata/bsp-x86_64-generic/linux-x86-64-generic.morph4
2 files changed, 9 insertions, 0 deletions
diff --git a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
index 208eb506..de1a1408 100644
--- a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
+++ b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph
@@ -264,6 +264,11 @@ configure-commands:
- scripts/config -e SCSI_VIRTIO
- scripts/config -e HYPERVISOR_GUEST
- scripts/config -e PARAVIRT
+- scripts/config -e X86_32
+- scripts/config -e X86_PAE
+- scripts/config -e X86_LOCAL_APIC
+- scripts/config -e X86_TSC
+- scripts/config -e XEN
- yes '' | make oldconfig
build-commands:
- make $MAKEFLAGS
diff --git a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
index bc8ac7d1..f5da6c88 100644
--- a/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
+++ b/strata/bsp-x86_64-generic/linux-x86-64-generic.morph
@@ -264,6 +264,10 @@ configure-commands:
- scripts/config -e SCSI_VIRTIO
- scripts/config -e HYPERVISOR_GUEST
- scripts/config -e PARAVIRT
+- scripts/config -e X86_64
+- scripts/config -e X86_LOCAL_APIC
+- scripts/config -e X86_TSC
+- scripts/config -e XEN
- yes '' | make oldconfig
build-commands:
- make $MAKEFLAGS