Skip to content

Commit

Permalink
Merge branch 'for-3.3/mtip32xx' into for-3.3/drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Axboe committed Jan 15, 2012
2 parents f748040 + 62ee8c1 commit 85a0f7b
Show file tree
Hide file tree
Showing 6 changed files with 4,091 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ config PARIDE

source "drivers/block/paride/Kconfig"

source "drivers/block/mtip32xx/Kconfig"

config BLK_CPQ_DA
tristate "Compaq SMART2 support"
depends on PCI && VIRT_TO_BUS
Expand Down
1 change: 1 addition & 0 deletions drivers/block/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += xen-blkfront.o
obj-$(CONFIG_XEN_BLKDEV_BACKEND) += xen-blkback/
obj-$(CONFIG_BLK_DEV_DRBD) += drbd/
obj-$(CONFIG_BLK_DEV_RBD) += rbd.o
obj-$(CONFIG_BLK_DEV_PCIESSD_MTIP32XX) += mtip32xx/

swim_mod-y := swim.o swim_asm.o
9 changes: 9 additions & 0 deletions drivers/block/mtip32xx/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# mtip32xx device driver configuration
#

config BLK_DEV_PCIESSD_MTIP32XX
tristate "Block Device Driver for Micron PCIe SSDs"
depends on HOTPLUG_PCI_PCIE
help
This enables the block driver for Micron PCIe SSDs.
5 changes: 5 additions & 0 deletions drivers/block/mtip32xx/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#
# Makefile for Block device driver for Micron PCIe SSD
#

obj-$(CONFIG_BLK_DEV_PCIESSD_MTIP32XX) += mtip32xx.o
Loading

0 comments on commit 85a0f7b

Please sign in to comment.