diff options
author | Jens Axboe <axboe@kernel.dk> | 2013-10-18 02:38:30 +0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2013-11-08 20:10:28 +0400 |
commit | 7badfb1c34f85e2b68252e4596d96e9b76f2b0ac (patch) | |
tree | e422e5558675516871d95102708f9bc1013064bd /drivers/block | |
parent | e67f86b31ae5be8a88bec27b5ecb18dc2ffc9c56 (diff) | |
download | linux-7badfb1c34f85e2b68252e4596d96e9b76f2b0ac.tar.xz |
block: disable cpqarray in Kconfig
Mike writes:
"cpqarray hasn't been used in over 12 years. It's doubtful that anyone
still uses the board. It's time the driver was removed from the mainline
kernel. The only updates these days are minor and mostly done by people
outside of HP."
If nobody yells, we'll remove it from the kernel tree completely
for 3.15.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 555aed0b50dd..f616109a57a6 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -107,7 +107,7 @@ source "drivers/block/mtip32xx/Kconfig" config BLK_CPQ_DA tristate "Compaq SMART2 support" - depends on PCI && VIRT_TO_BUS + depends on PCI && VIRT_TO_BUS && 0 help This is the driver for Compaq Smart Array controllers. Everyone using these boards should say Y here. See the file |