Skip to content

Commit 27d09d4

Browse files
authored
Merge pull request #1738 from tlaurion/arhabd_patch-1
kgpe-d16: add nvme support under linux kernel configs - PR superseeding #1727
2 parents 2ea14bc + 211aeab commit 27d09d4

3 files changed

Lines changed: 15 additions & 6 deletions

File tree

config/linux-kgpe-d16_server-whiptail.config

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,8 +960,12 @@ CONFIG_BLK_DEV_RAM_SIZE=65536
960960
#
961961
# NVME Support
962962
#
963-
# CONFIG_BLK_DEV_NVME is not set
963+
CONFIG_NVME_CORE=y
964+
CONFIG_BLK_DEV_NVME=y
965+
CONFIG_NVME_MULTIPATH=y
966+
CONFIG_NVME_HWMON=y
964967
# CONFIG_NVME_FC is not set
968+
# CONFIG_NVME_TCP is not set
965969
# end of NVME Support
966970

967971
#
@@ -2280,7 +2284,6 @@ CONFIG_RTC_DRV_CMOS=y
22802284
#
22812285
CONFIG_SYNC_FILE=y
22822286
# CONFIG_SW_SYNC is not set
2283-
# CONFIG_UDMABUF is not set
22842287
# CONFIG_DMABUF_MOVE_NOTIFY is not set
22852288
# CONFIG_DMABUF_SELFTESTS is not set
22862289
# CONFIG_DMABUF_HEAPS is not set

config/linux-kgpe-d16_server.config

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,8 +960,12 @@ CONFIG_BLK_DEV_RAM_SIZE=65536
960960
#
961961
# NVME Support
962962
#
963-
# CONFIG_BLK_DEV_NVME is not set
963+
CONFIG_NVME_CORE=y
964+
CONFIG_BLK_DEV_NVME=y
965+
CONFIG_NVME_MULTIPATH=y
966+
CONFIG_NVME_HWMON=y
964967
# CONFIG_NVME_FC is not set
968+
# CONFIG_NVME_TCP is not set
965969
# end of NVME Support
966970

967971
#
@@ -2280,7 +2284,6 @@ CONFIG_RTC_DRV_CMOS=y
22802284
#
22812285
CONFIG_SYNC_FILE=y
22822286
# CONFIG_SW_SYNC is not set
2283-
# CONFIG_UDMABUF is not set
22842287
# CONFIG_DMABUF_MOVE_NOTIFY is not set
22852288
# CONFIG_DMABUF_SELFTESTS is not set
22862289
# CONFIG_DMABUF_HEAPS is not set

config/linux-kgpe-d16_workstation.config

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,8 +960,12 @@ CONFIG_BLK_DEV_RAM_SIZE=65536
960960
#
961961
# NVME Support
962962
#
963-
# CONFIG_BLK_DEV_NVME is not set
963+
CONFIG_NVME_CORE=y
964+
CONFIG_BLK_DEV_NVME=y
965+
CONFIG_NVME_MULTIPATH=y
966+
CONFIG_NVME_HWMON=y
964967
# CONFIG_NVME_FC is not set
968+
# CONFIG_NVME_TCP is not set
965969
# end of NVME Support
966970

967971
#
@@ -2467,7 +2471,6 @@ CONFIG_RTC_DRV_CMOS=y
24672471
#
24682472
CONFIG_SYNC_FILE=y
24692473
# CONFIG_SW_SYNC is not set
2470-
# CONFIG_UDMABUF is not set
24712474
# CONFIG_DMABUF_MOVE_NOTIFY is not set
24722475
# CONFIG_DMABUF_SELFTESTS is not set
24732476
# CONFIG_DMABUF_HEAPS is not set

0 commit comments

Comments
 (0)