mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
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>
This commit is contained in:
parent
439eb35816
commit
211aeabf35
@ -960,8 +960,12 @@ CONFIG_BLK_DEV_RAM_SIZE=65536
|
||||
#
|
||||
# NVME Support
|
||||
#
|
||||
# CONFIG_BLK_DEV_NVME is not set
|
||||
CONFIG_NVME_CORE=y
|
||||
CONFIG_BLK_DEV_NVME=y
|
||||
CONFIG_NVME_MULTIPATH=y
|
||||
CONFIG_NVME_HWMON=y
|
||||
# CONFIG_NVME_FC is not set
|
||||
# CONFIG_NVME_TCP is not set
|
||||
# end of NVME Support
|
||||
|
||||
#
|
||||
@ -2280,7 +2284,6 @@ CONFIG_RTC_DRV_CMOS=y
|
||||
#
|
||||
CONFIG_SYNC_FILE=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
# CONFIG_UDMABUF is not set
|
||||
# CONFIG_DMABUF_MOVE_NOTIFY is not set
|
||||
# CONFIG_DMABUF_SELFTESTS is not set
|
||||
# CONFIG_DMABUF_HEAPS is not set
|
||||
|
@ -960,8 +960,12 @@ CONFIG_BLK_DEV_RAM_SIZE=65536
|
||||
#
|
||||
# NVME Support
|
||||
#
|
||||
# CONFIG_BLK_DEV_NVME is not set
|
||||
CONFIG_NVME_CORE=y
|
||||
CONFIG_BLK_DEV_NVME=y
|
||||
CONFIG_NVME_MULTIPATH=y
|
||||
CONFIG_NVME_HWMON=y
|
||||
# CONFIG_NVME_FC is not set
|
||||
# CONFIG_NVME_TCP is not set
|
||||
# end of NVME Support
|
||||
|
||||
#
|
||||
@ -2280,7 +2284,6 @@ CONFIG_RTC_DRV_CMOS=y
|
||||
#
|
||||
CONFIG_SYNC_FILE=y
|
||||
# CONFIG_SW_SYNC is not set
|
||||
# CONFIG_UDMABUF is not set
|
||||
# CONFIG_DMABUF_MOVE_NOTIFY is not set
|
||||
# CONFIG_DMABUF_SELFTESTS is not set
|
||||
# CONFIG_DMABUF_HEAPS is not set
|
||||
|
Loading…
Reference in New Issue
Block a user