Commit 63634806519b49bb43f37e53a1e8366eb3e846a4

Authored by Greg Kroah-Hartman
Committed by Jens Axboe
1 parent 95fea2f1d9

block: mtip32xx: remove HOTPLUG_PCI_PCIE dependancy

This removes the HOTPLUG_PCI_PCIE dependency on the driver and makes it
depend on PCI.

Cc: Sam Bradshaw <sbradshaw@micron.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Asai Thambi S P <asamymuthupa@micron.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/block/mtip32xx/Kconfig
... ... @@ -4,7 +4,7 @@
4 4  
5 5 config BLK_DEV_PCIESSD_MTIP32XX
6 6 tristate "Block Device Driver for Micron PCIe SSDs"
7   - depends on HOTPLUG_PCI_PCIE
  7 + depends on PCI
8 8 help
9 9 This enables the block driver for Micron PCIe SSDs.