From 72f2b0b2185099dce354c805009f591dda3ab73d Mon Sep 17 00:00:00 2001 From: Ondrej Zary Date: Mon, 30 Jan 2023 22:10:50 +0100 Subject: 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 Acked-by: Jens Axboe Signed-off-by: Damien Le Moal --- drivers/ata/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/ata/Kconfig') 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 for more information. - Use the old PARIDE protocol modules. +source "drivers/ata/pata_parport/Kconfig" comment "Generic fallback / legacy drivers" -- cgit