Enable ISCSI_TCP for Rock 5b (#4611)

This support was added for all other boards in https://github.com/armbian/build/pull/2300.
This commit is contained in:
Jamie Starke 2022-12-24 16:57:52 -08:00 committed by GitHub
parent bd1756ff8d
commit 2115899f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2121,14 +2121,14 @@ CONFIG_SCSI_SCAN_ASYNC=y
#
CONFIG_SCSI_SPI_ATTRS=y
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
CONFIG_SCSI_ISCSI_ATTRS=m
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
# end of SCSI Transports
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
CONFIG_ISCSI_TCP=m
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set