Browse Source

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>
Greg Kroah-Hartman 13 years ago
parent
commit
6363480651
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/block/mtip32xx/Kconfig

+ 1 - 1
drivers/block/mtip32xx/Kconfig

@@ -4,6 +4,6 @@
 
 
 config BLK_DEV_PCIESSD_MTIP32XX
 config BLK_DEV_PCIESSD_MTIP32XX
 	tristate "Block Device Driver for Micron PCIe SSDs"
 	tristate "Block Device Driver for Micron PCIe SSDs"
-	depends on HOTPLUG_PCI_PCIE
+	depends on PCI
 	help
 	help
           This enables the block driver for Micron PCIe SSDs.
           This enables the block driver for Micron PCIe SSDs.