projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95fea2f
)
block: mtip32xx: remove HOTPLUG_PCI_PCIE dependancy
author
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 12 Apr 2012 06:47:05 +0000
(08:47 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Thu, 12 Apr 2012 06:47:05 +0000
(08:47 +0200)
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>
drivers/block/mtip32xx/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/block/mtip32xx/Kconfig
b/drivers/block/mtip32xx/Kconfig
index b5dd14e072f2859a1c81fc036ffafd2146cc754a..0ba837fc62a874511a910dd077feea2f26dfbd37 100644
(file)
--- 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.