Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751259AbaKFVzS (ORCPT ); Thu, 6 Nov 2014 16:55:18 -0500 Received: from merlin.infradead.org ([205.233.59.134]:44542 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750970AbaKFVzO (ORCPT ); Thu, 6 Nov 2014 16:55:14 -0500 Date: Thu, 6 Nov 2014 16:55:11 -0500 From: Kyle McMartin To: Aristeu Rozanski Cc: linux-kernel@vger.kernel.org, Aristeu Rozanski , Jan Kara , Andrew Morton , Andreas Dilger , Paul Gortmaker , Josh Triplett Subject: Re: [PATCH] lib/halfmd4: make build optional Message-ID: <20141106215511.GC3667@merlin.infradead.org> References: <1415309253-13019-1-git-send-email-aris@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1415309253-13019-1-git-send-email-aris@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 06, 2014 at 04:27:33PM -0500, Aristeu Rozanski wrote: > +config HALF_MD4 > + bool "Half MD4 transform" > + default y > + help > + This option enables a reduced (32 bit output) version of MD4 > + transform. > + i'd suggest just def_bool n, and not have this prompt the user at all... it only provides a single export_symbol, so a user doesn't really need to care. regards, Kyle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/