diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2020-02-25 16:38:35 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2020-02-25 16:50:46 +0000 |
commit | 3660a89cb9bfbdd077cf3322b7355a43faac8832 (patch) | |
tree | 99c7a15ed5ddbfcfae36df3880c8d92514ed73bd | |
parent | 083eb80bf23619fe3d972bc6d28338dc85baa333 (diff) | |
download | upstream-3660a89cb9bfbdd077cf3322b7355a43faac8832.tar.gz upstream-3660a89cb9bfbdd077cf3322b7355a43faac8832.tar.bz2 upstream-3660a89cb9bfbdd077cf3322b7355a43faac8832.zip |
kernel: x86_64: drop CALGARY properly
Use correct config syntax of 'is not set' instead of just commenting the
line
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
-rw-r--r-- | target/linux/x86/64/config-4.19 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86/64/config-4.19 b/target/linux/x86/64/config-4.19 index 3d18d216f4..f5c82dcb91 100644 --- a/target/linux/x86/64/config-4.19 +++ b/target/linux/x86/64/config-4.19 @@ -75,8 +75,8 @@ CONFIG_NVME_MULTIPATH=y CONFIG_BLK_MQ_VIRTIO=y # CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set CONFIG_BTT=y -# CONFIG_CALGARY_IOMMU=y -# CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y +# CONFIG_CALGARY_IOMMU is not set +# CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT is not set CONFIG_CONNECTOR=y # CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set CONFIG_CPU_RMAP=y |