diff mbox series

[groovy:linux-azure,v2,1/1] UBUNTU: [Config] azure: Disable ATARI_PARTITION

Message ID 20210114195437.959715-4-marcelo.cerri@canonical.com
State New
Headers show
Series [groovy:linux-azure,v2,1/1] UBUNTU: [Config] azure: Disable ATARI_PARTITION | expand

Commit Message

Marcelo Henrique Cerri Jan. 14, 2021, 7:54 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1908264

Support for Atari partitions is not available in the Azure so disable
it for the same reasons we disable it in other cloud kernels.

Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
---
 debian.azure/config/annotations          | 3 +++
 debian.azure/config/config.common.ubuntu | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/debian.azure/config/annotations b/debian.azure/config/annotations
index 9c9ed9366fb7..9ce018acaac3 100644
--- a/debian.azure/config/annotations
+++ b/debian.azure/config/annotations
@@ -109,6 +109,9 @@  CONFIG_USB_XHCI_PLATFORM                           mark<ENFORCED> note<LP:#18670
 CONFIG_CONTEXT_TRACKING_FORCE                      policy<{'amd64': 'n'}>
 CONFIG_CONTEXT_TRACKING_FORCE                      flag<REVIEW> note<Likely VIRT_CPU_ACCOUNTING_GEN should be disabled>
 
+CONFIG_ATARI_PARTITION                             policy<{'amd64': 'n'}>
+CONFIG_ATARI_PARTITION                             mark<ENFORCED> note<LP:1908264>
+
 # From linux-azure initial packaging
 
 CONFIG_POWERCAP                                    policy<{'amd64': 'n'}>
diff --git a/debian.azure/config/config.common.ubuntu b/debian.azure/config/config.common.ubuntu
index 4b41135c448b..7fa85909dfa0 100644
--- a/debian.azure/config/config.common.ubuntu
+++ b/debian.azure/config/config.common.ubuntu
@@ -269,7 +269,7 @@  CONFIG_AS_TPAUSE=y
 # CONFIG_AT803X_PHY is not set
 CONFIG_ATA=y
 CONFIG_ATALK=m
-CONFIG_ATARI_PARTITION=y
+# CONFIG_ATARI_PARTITION is not set
 CONFIG_ATA_ACPI=y
 CONFIG_ATA_BMDMA=y
 CONFIG_ATA_FORCE=y