From: Greg Kroah-Hartman Date: Thu, 12 Apr 2012 06:47:05 +0000 (+0200) Subject: block: mtip32xx: remove HOTPLUG_PCI_PCIE dependancy X-Git-Tag: v3.3.6~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9d36778c87e927d3272b2bb8beadc2c07ee8fa6;p=thirdparty%2Fkernel%2Fstable.git block: mtip32xx: remove HOTPLUG_PCI_PCIE dependancy commit 63634806519b49bb43f37e53a1e8366eb3e846a4 upstream. This removes the HOTPLUG_PCI_PCIE dependency on the driver and makes it depend on PCI. Cc: Sam Bradshaw Signed-off-by: Greg Kroah-Hartman Acked-by: Asai Thambi S P Signed-off-by: Jens Axboe --- diff --git a/drivers/block/mtip32xx/Kconfig b/drivers/block/mtip32xx/Kconfig index b5dd14e072f28..0ba837fc62a87 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.