Skip to content

Commit

Permalink
ata: pata_parport-bpck6: Remove dependency on 64BIT
Browse files Browse the repository at this point in the history
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 <damien.lemoal@opensource.wdc.com>
Reviewed-by: Ondrej Zary <linux@zary.sk>
  • Loading branch information
Damien Le Moal committed Mar 28, 2023
1 parent 083ad04 commit 919c119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/pata_parport/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 919c119

Please sign in to comment.