From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B49BC10DCE for ; Thu, 12 Mar 2020 12:39:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E7B2C2072F for ; Thu, 12 Mar 2020 12:39:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726395AbgCLMj2 (ORCPT ); Thu, 12 Mar 2020 08:39:28 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:59984 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725978AbgCLMj2 (ORCPT ); Thu, 12 Mar 2020 08:39:28 -0400 Received: from gwarestrin.me.apana.org.au ([192.168.0.7] helo=gwarestrin.arnor.me.apana.org.au) by fornost.hmeau.com with smtp (Exim 4.89 #2 (Debian)) id 1jCN7Q-00022c-Gk; Thu, 12 Mar 2020 23:39:21 +1100 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Thu, 12 Mar 2020 23:39:20 +1100 Date: Thu, 12 Mar 2020 23:39:20 +1100 From: Herbert Xu To: Randy Dunlap Cc: LKML , Linux Crypto Mailing List , Vitaly Andrianov , Tero Kristo , Murali Karicheri , Matt Mackall Subject: Re: [PATCH] hw_random: move TI Keystone driver into the config menu structure Message-ID: <20200312123920.GE28885@gondor.apana.org.au> References: <06417e19-57fe-c090-c493-d4c481dfee00@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <06417e19-57fe-c090-c493-d4c481dfee00@infradead.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Wed, Mar 04, 2020 at 10:21:48PM -0800, Randy Dunlap wrote: > From: Randy Dunlap > > Move the TI Keystone hardware random number generator into the > same menu as all of the other hardware random number generators. > > This makes the driver config be listed in the correct place in > the kconfig tools. > > Fixes: eb428ee0e3ca ("hwrng: ks-sa - add hw_random driver") > Signed-off-by: Randy Dunlap > Cc: Vitaly Andrianov > Cc: Tero Kristo > Cc: Murali Karicheri > Cc: Herbert Xu > Cc: Matt Mackall > Cc: linux-crypto@vger.kernel.org > --- > drivers/char/hw_random/Kconfig | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt