summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorOndrej Zary <linux@zary.sk>2023-01-30 22:10:50 +0100
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>2023-01-31 20:30:49 +0900
commit72f2b0b2185099dce354c805009f591dda3ab73d (patch)
tree7625417687d4e173f6a029178e2cbc1a4d30a63e /drivers/ata/Kconfig
parent7750d8b51061467d9de8407a17c26cba9e15da10 (diff)
downloadlinux-stable-72f2b0b2185099dce354c805009f591dda3ab73d.tar.gz
linux-stable-72f2b0b2185099dce354c805009f591dda3ab73d.tar.bz2
linux-stable-72f2b0b2185099dce354c805009f591dda3ab73d.zip
drivers/block: Move PARIDE protocol modules to drivers/ata/pata_parport
Move PARIDE protocol modules out of drivers/block into drivers/ata/pata_parport and update the CONFIG_ symbol names to PATA_PARPORT. [Damien] The pata_parport driver file itsef is also moved together with the protocol modules in drivers/ata/pata_parport. Signed-off-by: Ondrej Zary <linux@zary.sk> Acked-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index a5a31ba34bd3..2fa9e66ba824 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -1174,7 +1174,7 @@ config PATA_PARPORT
Read <file:Documentation/admin-guide/blockdev/paride.rst> for more
information.
- Use the old PARIDE protocol modules.
+source "drivers/ata/pata_parport/Kconfig"
comment "Generic fallback / legacy drivers"