diff options
author | Jens Axboe <axboe@fb.com> | 2016-03-14 09:06:01 -0600 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-03-14 09:06:01 -0600 |
commit | d436641439e0121d26b19d4268e9fb3ecd368d71 (patch) | |
tree | 9d7854f0a79cacea5f8566e1865203807ca67b97 /drivers/block/Kconfig | |
parent | 516fdcea0db8f367bc814572cb8486de424cb0fc (diff) | |
download | linux-d436641439e0121d26b19d4268e9fb3ecd368d71.tar.bz2 |
cpqarray: remove it from the kernel
We disabled the ability to enable this driver back in October of 2013,
we should be able to safely remove it at this point. The initial goal
was to remove it in 3.15, so now is the time.
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 29819e719afa..39dd30b6ef86 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -110,16 +110,6 @@ source "drivers/block/mtip32xx/Kconfig" source "drivers/block/zram/Kconfig" -config BLK_CPQ_DA - tristate "Compaq SMART2 support" - 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 - <file:Documentation/blockdev/cpqarray.txt> for the current list of - boards supported by this driver, and for further information on the - use of this driver. - config BLK_CPQ_CISS_DA tristate "Compaq Smart Array 5xxx support" depends on PCI |