Re: [PATCH] SCSI: bnx2fc: fix Kconfig warning & CNIC build errors

2021-02-25 Thread Martin K. Petersen
On Sat, 13 Feb 2021 11:24:28 -0800, Randy Dunlap wrote: > CNIC depends on MMU, but since 'select' does not follow any > dependency chains, SCSI_BNX2X_FCOE also needs to depend on MMU, > so that erroneous configs are not generated, which cause build > errors in cnic. > > WARNING: unmet direct

Re: [PATCH] SCSI: bnx2fc: fix Kconfig warning & CNIC build errors

2021-02-22 Thread Martin K. Petersen
Randy, > CNIC depends on MMU, but since 'select' does not follow any dependency > chains, SCSI_BNX2X_FCOE also needs to depend on MMU, so that erroneous > configs are not generated, which cause build errors in cnic. Applied to 5.12/scsi-staging, thanks! -- Martin K. Petersen Oracle

[PATCH] SCSI: bnx2fc: fix Kconfig warning & CNIC build errors

2021-02-13 Thread Randy Dunlap
CNIC depends on MMU, but since 'select' does not follow any dependency chains, SCSI_BNX2X_FCOE also needs to depend on MMU, so that erroneous configs are not generated, which cause build errors in cnic. WARNING: unmet direct dependencies detected for CNIC Depends on [n]: NETDEVICES [=y] &&