Re: [PATCH] SCSI: cxgb4i: fix TLS dependency

2020-12-09 Thread Martin K. Petersen
Randy, > SCSI_CXGB4_ISCSI selects CHELSIO_T4. The latter depends on > TLS || TLS=n, so since 'select' does not check dependencies of > the selected symbol, SCSI_CXGB4_ISCSI should also depend on > TLS || TLS=n. > > This prevents the following kconfig warning and restricts > SCSI_CXGB4_ISCSI to

[PATCH] SCSI: cxgb4i: fix TLS dependency

2020-12-08 Thread Randy Dunlap
SCSI_CXGB4_ISCSI selects CHELSIO_T4. The latter depends on TLS || TLS=n, so since 'select' does not check dependencies of the selected symbol, SCSI_CXGB4_ISCSI should also depend on TLS || TLS=n. This prevents the following kconfig warning and restricts SCSI_CXGB4_ISCSI to 'm' whenever TLS=m.