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/block/Kconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/block/Kconfig') diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 71c9c6e3c07a..89d5cca82f00 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -103,8 +103,6 @@ config GDROM Most users will want to say "Y" here. You can also build this as a module which will be called gdrom. -source "drivers/block/paride/Kconfig" - source "drivers/block/mtip32xx/Kconfig" source "drivers/block/zram/Kconfig" -- cgit v1.2.3