Add iscsi target support to the kernel

Adding these modules means we can test iSCSI under CoreOS without requiring
external hosts.
This commit is contained in:
Matthew Garrett 2016-04-15 14:12:11 -07:00
parent 3eefbacff0
commit 19f4ca677c
3 changed files with 7 additions and 0 deletions

View File

@ -957,3 +957,6 @@ CONFIG_KVM_AMD=m
# CONFIG_XZ_DEC_ARM is not set
# CONFIG_XZ_DEC_ARMTHUMB is not set
# CONFIG_XZ_DEC_SPARC is not set
CONFIG_TARGET_CORE=m
CONFIG_ISCSI_TARGET=m
CONFIG_TCM_FILEIO=m

View File

@ -315,3 +315,7 @@ CONFIG_CRYPTO_GHASH_ARM64_CE=y
CONFIG_CRYPTO_AES_ARM64_CE_CCM=y
CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
CONFIG_CRYPTO_AES_ARM64_NEON_BLK=y
CONFIG_TARGET_CORE=m
CONFIG_ISCSI_TARGET=m
CONFIG_TCM_FILEIO=m