[PATCH 1/1][G/gcp] UBUNTU: [config] gcp: enable BLK_DEV_NVME=y

Khalid Elmously khalid.elmously at canonical.com
Tue May 4 06:06:14 UTC 2021


BugLink: https://bugs.launchpad.net/bugs/1927050

Fixed whitespace while in there

Signed-off-by: Khalid Elmously <khalid.elmously at canonical.com>
---
 debian.gcp/config/annotations          | 8 ++++++--
 debian.gcp/config/config.common.ubuntu | 4 ++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian.gcp/config/annotations b/debian.gcp/config/annotations
index ce0960afff26..be96be122f87 100644
--- a/debian.gcp/config/annotations
+++ b/debian.gcp/config/annotations
@@ -101,5 +101,9 @@ CONFIG_SND_SOC_AMD_RENOIR                       policy<{'amd64': 'n'}>
 CONFIG_SND_SOC_AMD_RENOIR                       note<Unnecessary for linux-gcp>
 CONFIG_SND_SOC_AMD_RENOIR_MACH                  policy<{'amd64': 'n'}>
 CONFIG_SND_SOC_AMD_RENOIR_MACH                  note<Unnecessary for linux-gcp>
-CONFIG_ATARI_PARTITION                             policy<{'amd64': 'n'}>
-CONFIG_ATARI_PARTITION                             mark<ENFORCED> note<LP:1908264>
+
+CONFIG_ATARI_PARTITION                          policy<{'amd64': 'n'}>
+CONFIG_ATARI_PARTITION                          mark<ENFORCED> note<LP:1908264>
+
+CONFIG_BLK_DEV_NVME                             policy<{'amd64': 'y'}>
+CONFIG_BLK_DEV_NVME                             mark<ENFORCED> note<Needed for minimal images>
diff --git a/debian.gcp/config/config.common.ubuntu b/debian.gcp/config/config.common.ubuntu
index 61c0a4a685a5..b1fae2465ee6 100644
--- a/debian.gcp/config/config.common.ubuntu
+++ b/debian.gcp/config/config.common.ubuntu
@@ -695,7 +695,7 @@ CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
 CONFIG_BLK_DEV_MD=y
 CONFIG_BLK_DEV_NBD=m
 CONFIG_BLK_DEV_NULL_BLK=m
-CONFIG_BLK_DEV_NVME=m
+CONFIG_BLK_DEV_NVME=y
 CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
 CONFIG_BLK_DEV_PMEM=m
 CONFIG_BLK_DEV_RAM=m
@@ -5300,7 +5300,7 @@ CONFIG_NVM=y
 CONFIG_NVMEM=y
 CONFIG_NVMEM_SPMI_SDAM=m
 CONFIG_NVMEM_SYSFS=y
-CONFIG_NVME_CORE=m
+CONFIG_NVME_CORE=y
 CONFIG_NVME_FABRICS=m
 CONFIG_NVME_FC=m
 CONFIG_NVME_HWMON=y
-- 
2.17.1




More information about the kernel-team mailing list