diff mbox series

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

Message ID 20210507044901.20562-4-khalid.elmously@canonical.com
State New
Headers show
Series [1/1,G/gcp] UBUNTU: [config] gcp: enable BLK_DEV_NVME=y | expand

Commit Message

Khalid Elmously May 7, 2021, 4:49 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1927050

Fixed whitespace while in there

Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
---
 debian.gcp/abi/5.8.0-1029.30/amd64/gcp.modules | 2 --
 debian.gcp/config/annotations                  | 8 ++++++--
 debian.gcp/config/config.common.ubuntu         | 4 ++--
 3 files changed, 8 insertions(+), 6 deletions(-)
diff mbox series

Patch

diff --git a/debian.gcp/abi/5.8.0-1029.30/amd64/gcp.modules b/debian.gcp/abi/5.8.0-1029.30/amd64/gcp.modules
index 46c43d3d68e0..551c6ab6fe5d 100644
--- a/debian.gcp/abi/5.8.0-1029.30/amd64/gcp.modules
+++ b/debian.gcp/abi/5.8.0-1029.30/amd64/gcp.modules
@@ -3123,8 +3123,6 @@  null_blk
 nuvoton-cir
 nv_tco
 nvidiafb
-nvme
-nvme-core
 nvme-fabrics
 nvme-fc
 nvme-loop
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