aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-12 08:47:05 +0200
committerJens Axboe <axboe@kernel.dk>2012-04-12 08:47:05 +0200
commit63634806519b49bb43f37e53a1e8366eb3e846a4 (patch)
treef33cfa5cf98b0c3de57eb9b6acf49f91fdca1722 /drivers/block
parentmtip32xx: dump tagmap on failure (diff)
downloadlinux-dev-63634806519b49bb43f37e53a1e8366eb3e846a4.tar.xz
linux-dev-63634806519b49bb43f37e53a1e8366eb3e846a4.zip
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>
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/mtip32xx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/mtip32xx/Kconfig b/drivers/block/mtip32xx/Kconfig
index b5dd14e072f2..0ba837fc62a8 100644
--- a/drivers/block/mtip32xx/Kconfig
+++ b/drivers/block/mtip32xx/Kconfig
@@ -4,6 +4,6 @@
config BLK_DEV_PCIESSD_MTIP32XX
tristate "Block Device Driver for Micron PCIe SSDs"
- depends on HOTPLUG_PCI_PCIE
+ depends on PCI
help
This enables the block driver for Micron PCIe SSDs.