On Tue, Nov 01, 2011 at 11:58:51AM +1100, Stephen Rothwell wrote: > Hi Herbert, > > After merging the crypto-current tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > GEN /scratch/sfr/x86_64_allmodconfig/Makefile > scripts/kconfig/conf --allmodconfig Kconfig > net/Kconfig:5:error: recursive dependency detected! > net/Kconfig:5: symbol NET is selected by CRYPTO_USER > crypto/Kconfig:103: symbol CRYPTO_USER depends on CRYPTO > crypto/Kconfig:15: symbol CRYPTO is selected by BT > net/bluetooth/Kconfig:5: symbol BT depends on NET > warning: (SCSI_CXGB3_ISCSI && SCSI_CXGB4_ISCSI && SCSI_BNX2X_FCOE) selects NETDEVICES which has unmet direct dependencies (NET) > warning: (SCSI_CXGB3_ISCSI && SCSI_CXGB4_ISCSI && SCSI_BNX2_ISCSI && SCSI_BNX2X_FCOE) selects ETHERNET which has unmet direct dependencies (NETDEVICES && NET) Hmm, don't know why I didn't see that here. Does making it a dependency cause this to go away? diff --git a/crypto/Kconfig b/crypto/Kconfig index 259dea9..527a857 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -102,8 +102,8 @@ config CRYPTO_MANAGER2 config CRYPTO_USER tristate "Userspace cryptographic algorithm configuration" + depends on NET select CRYPTO_MANAGER - select NET help Userapace configuration for cryptographic instantiations such as cbc(aes). Thanks, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html