Skip to content

Commit 919c119

Browse files
author
Damien Le Moal
committed
ata: pata_parport-bpck6: Remove dependency on 64BIT
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 <[email protected]> Reviewed-by: Ondrej Zary <[email protected]>
1 parent 083ad04 commit 919c119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ata/pata_parport/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ config PATA_PARPORT_BPCK
2525

2626
config PATA_PARPORT_BPCK6
2727
tristate "MicroSolutions backpack (Series 6) protocol"
28-
depends on (PATA_PARPORT) && !64BIT
28+
depends on PATA_PARPORT
2929
help
3030
This option enables support for the Micro Solutions BACKPACK
3131
parallel port Series 6 IDE protocol. (Most BACKPACK drives made

0 commit comments

Comments
 (0)