diff mbox series

[focal/oracle] UBUNTU: [Config]: Disable ATARI_PARTITION

Message ID 20210409041541.16094-7-khalid.elmously@canonical.com
State New
Headers show
Series [focal/oracle] UBUNTU: [Config]: Disable ATARI_PARTITION | expand

Commit Message

Khalid Elmously April 9, 2021, 4:15 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1908264

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

Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
---
 debian.oracle/config/annotations          | 2 ++
 debian.oracle/config/config.common.ubuntu | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/debian.oracle/config/annotations b/debian.oracle/config/annotations
index 892f1ad6370c..72ab7ffc5907 100644
--- a/debian.oracle/config/annotations
+++ b/debian.oracle/config/annotations
@@ -30,3 +30,5 @@  CONFIG_SND_SOC_INTEL_CNL                          policy<{'amd64': '-'}>
 CONFIG_SND_SOC_INTEL_CNL                          mark<ENFORCED> note<not selectable for linux-oracle>
 CONFIG_X86_UV                                     policy<{'amd64': 'n'}>
 CONFIG_X86_UV                                     mark<ENFORCED> note<not needed for cloud kernels>
+CONFIG_ATARI_PARTITION                             policy<{'amd64': 'n'}>
+CONFIG_ATARI_PARTITION                             mark<ENFORCED> note<LP:1908264>
diff --git a/debian.oracle/config/config.common.ubuntu b/debian.oracle/config/config.common.ubuntu
index e00809a017db..52ad62b283c8 100644
--- a/debian.oracle/config/config.common.ubuntu
+++ b/debian.oracle/config/config.common.ubuntu
@@ -378,7 +378,7 @@  CONFIG_AT76C50X_USB=m
 CONFIG_AT803X_PHY=m
 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