Linux ATA/IDE development
 help / color / mirror / Atom feed
From: Damien Le Moal <damien.lemoal@opensource.wdc.com>
To: Ondrej Zary <linux@zary.sk>
Cc: linux-ide@vger.kernel.org, Sergey Shtylyov <s.shtylyov@omp.ru>
Subject: Re: [PATCH 1/2] ata: pata_parport-bpck6: Remove dependency on 64BIT
Date: Fri, 24 Mar 2023 07:37:55 +0900	[thread overview]
Message-ID: <e3efecbe-408a-60f7-7845-788bdc235012@opensource.wdc.com> (raw)
In-Reply-To: <202303232201.02920.linux@zary.sk>

On 3/24/23 06:01, Ondrej Zary wrote:
> 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.
> 
> Great, I planned to do this but forgot. Thanks.

Can you send a reviewed-by ?

>  
>> Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
>> ---
>>  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
> 
> 

-- 
Damien Le Moal
Western Digital Research


  reply	other threads:[~2023-03-23 22:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-23  3:38 [PATCH 0/2] Fixes for pata parport bpck6 protocol driver Damien Le Moal
2023-03-23  3:38 ` [PATCH 1/2] ata: pata_parport-bpck6: Remove dependency on 64BIT Damien Le Moal
2023-03-23 21:01   ` Ondrej Zary
2023-03-23 22:37     ` Damien Le Moal [this message]
2023-03-26 20:14   ` Ondrej Zary
2023-03-23  3:38 ` [PATCH 2/2] ata: pata_parport-bpck6: Declare mode_map as static Damien Le Moal
2023-03-26 20:14   ` Ondrej Zary

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e3efecbe-408a-60f7-7845-788bdc235012@opensource.wdc.com \
    --to=damien.lemoal@opensource.wdc.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux@zary.sk \
    --cc=s.shtylyov@omp.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox