diff mbox series

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

Message ID 20210114195437.959715-3-marcelo.cerri@canonical.com
State New
Headers show
Series [focal: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 54e63b01179b..ddbff51a2935 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 6ee373d32c50..3d68e6fe3754 100644
--- a/debian.azure/config/config.common.ubuntu
+++ b/debian.azure/config/config.common.ubuntu
@@ -261,7 +261,7 @@  CONFIG_ASYNC_XOR=m
 # 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_GENERIC=y