diff options
author | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2023-03-23 06:25:51 +0300 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2023-03-28 03:24:32 +0300 |
commit | 919c119415c7b67056449f51374939d49189a326 (patch) | |
tree | 2c23c7286a3691730b892742be5dc10da4ea4633 /drivers/ata | |
parent | 083ad04d317249ed35e54dd805cbc325e3e84424 (diff) | |
download | linux-919c119415c7b67056449f51374939d49189a326.tar.xz |
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 <damien.lemoal@opensource.wdc.com>
Reviewed-by: Ondrej Zary <linux@zary.sk>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/pata_parport/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |