Skip to content

Commit 211aeab

Browse files
committed
kgpe-d16 linux configs: generalize nvme support
Repro applying patch of past commit on other linux configs of kgpe-d16: git diff osresearch/master > patch find config/linux-kgpe* | while read config; do sudo patch $config patch; done git status | grep modified | awk -F ":" {'print $2'}| xargs git add git commit --signoff -m "kgpe-d16 linux configs: generalize nvme support" Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent 439eb35 commit 211aeab

2 files changed

Lines changed: 10 additions & 4 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

0 commit comments

Comments
 (0)