summaryrefslogtreecommitdiff
path: root/drivers/block/Kconfig
diff options
context:
space:
mode:
authorOndrej Zary <linux@zary.sk>2023-01-31 00:10:49 +0300
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>2023-01-31 04:41:32 +0300
commit7750d8b51061467d9de8407a17c26cba9e15da10 (patch)
tree868b4d573937da3608b4ea4e35dc6d77ebfe7365 /drivers/block/Kconfig
parent246a1c4c6b7ffba88a2553d2b88f7b6280f253a2 (diff)
downloadlinux-7750d8b51061467d9de8407a17c26cba9e15da10.tar.xz
drivers/block: Remove PARIDE core and high-level protocols
Remove PARIDE core and high level protocols, taking care not to break low-level drivers (used by pata_parport). Also update documentation. 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/block/Kconfig')
-rw-r--r--drivers/block/Kconfig27
1 files changed, 0 insertions, 27 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index a2184b428493..71c9c6e3c07a 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -103,33 +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.
-config PARIDE
- tristate "Parallel port IDE device support"
- depends on PARPORT_PC
- help
- There are many external CD-ROM and disk devices that connect through
- your computer's parallel port. Most of them are actually IDE devices
- using a parallel port IDE adapter. This option enables the PARIDE
- subsystem which contains drivers for many of these external drives.
- Read <file:Documentation/admin-guide/blockdev/paride.rst> for more information.
-
- If you have said Y to the "Parallel-port support" configuration
- option, you may share a single port between your printer and other
- parallel port devices. Answer Y to build PARIDE support into your
- kernel, or M if you would like to build it as a loadable module. If
- your parallel port support is in a loadable module, you must build
- PARIDE as a module. If you built PARIDE support into your kernel,
- you may still build the individual protocol modules and high-level
- drivers as loadable modules. If you build this support as a module,
- it will be called paride.
-
- To use the PARIDE support, you must say Y or M here and also to at
- least one high-level driver (e.g. "Parallel port IDE disks",
- "Parallel port ATAPI CD-ROMs", "Parallel port ATAPI disks" etc.) and
- to at least one protocol driver (e.g. "ATEN EH-100 protocol",
- "MicroSolutions backpack protocol", "DataStor Commuter protocol"
- etc.).
-
source "drivers/block/paride/Kconfig"
source "drivers/block/mtip32xx/Kconfig"