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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 94F19C74A5B for ; Sun, 26 Mar 2023 20:14:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229475AbjCZUOK (ORCPT ); Sun, 26 Mar 2023 16:14:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49468 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229880AbjCZUOI (ORCPT ); Sun, 26 Mar 2023 16:14:08 -0400 Received: from hosting.gsystem.sk (hosting.gsystem.sk [212.5.213.30]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 5A4E259C9 for ; Sun, 26 Mar 2023 13:14:06 -0700 (PDT) Received: from [192.168.0.2] (chello089173232159.chello.sk [89.173.232.159]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hosting.gsystem.sk (Postfix) with ESMTPSA id AECCB7A042F; Sun, 26 Mar 2023 22:14:04 +0200 (CEST) From: Ondrej Zary To: Damien Le Moal Subject: Re: [PATCH 1/2] ata: pata_parport-bpck6: Remove dependency on 64BIT Date: Sun, 26 Mar 2023 22:14:00 +0200 User-Agent: KMail/1.9.10 Cc: linux-ide@vger.kernel.org, Sergey Shtylyov References: <20230323033836.352672-1-damien.lemoal@opensource.wdc.com> <20230323033836.352672-2-damien.lemoal@opensource.wdc.com> In-Reply-To: <20230323033836.352672-2-damien.lemoal@opensource.wdc.com> X-KMail-QuotePrefix: > MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <202303262214.00248.linux@zary.sk> Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org On Thursday 23 March 2023 04:38:35 Damien Le Moal wrote: > There is no reason to have compilation of the bpck6 protocol module > being dependent on 64BIT. Remove this dependency. > > Signed-off-by: Damien Le Moal Reviewed-by: Ondrej Zary > --- > drivers/ata/pata_parport/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/ata/pata_parport/Kconfig b/drivers/ata/pata_parport/Kconfig > index 0893a13e7979..2c953f5d1396 100644 > --- a/drivers/ata/pata_parport/Kconfig > +++ b/drivers/ata/pata_parport/Kconfig > @@ -25,7 +25,7 @@ config PATA_PARPORT_BPCK > > config PATA_PARPORT_BPCK6 > tristate "MicroSolutions backpack (Series 6) protocol" > - depends on (PATA_PARPORT) && !64BIT > + depends on PATA_PARPORT > help > This option enables support for the Micro Solutions BACKPACK > parallel port Series 6 IDE protocol. (Most BACKPACK drives made -- Ondrej Zary