From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Lendacky Subject: Re: randconfig build error with next-20131210, in drivers/crypto/ccp Date: Tue, 10 Dec 2013 09:33:26 -0600 Message-ID: <2432540.XbvglUb6sT@tlendack-t1> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Stephen Rothwell , , , , Herbert Xu , "David S. Miller" To: Jim Davis Return-path: Received: from va3ehsobe004.messaging.microsoft.com ([216.32.180.14]:20602 "EHLO va3outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750789Ab3LJPdj (ORCPT ); Tue, 10 Dec 2013 10:33:39 -0500 In-Reply-To: Sender: linux-crypto-owner@vger.kernel.org List-ID: On Monday, December 09, 2013 10:30:17 PM Jim Davis wrote: > Building with the attached random configuration file, > > drivers/built-in.o: In function `ccp_init': > /home/jim/linux/drivers/crypto/ccp/ccp-dev.c:402: undefined reference > to `hwrng_register' > drivers/built-in.o: In function `ccp_destroy': > /home/jim/linux/drivers/crypto/ccp/ccp-dev.c:445: undefined reference > to `hwrng_unregister' > make: *** [vmlinux] Error 1 Thanks for finding this, I'll update the Kconfig to select HW_RANDOM. Tom