Skip to content

Commit

Permalink
add nvme configs to defconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dwbrite committed Aug 31, 2023
1 parent 02f40ae commit 2af573e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions arch/arm64/configs/rockchip_linux_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2182,11 +2182,15 @@ CONFIG_NVME_CORE=y
CONFIG_BLK_DEV_NVME=y
# CONFIG_NVME_MULTIPATH is not set
CONFIG_NVME_HWMON=y
# CONFIG_NVME_FC is not set
# CONFIG_NVME_TCP is not set
# CONFIG_NVME_TARGET is not set
CONFIG_NVME_TARGET=y
CONFIG_NVME_FABRICS=y
CONFIG_NVME_TCP=y
CONFIG_NVME_TARGET_LOOP=y
CONFIG_NVME_FC=n # not supported
# end of NVME Support

CONFIG_BLK_DEV_NBD=y

#
# Misc devices
#
Expand Down

0 comments on commit 2af573e

Please sign in to comment.