-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'for-3.3/mtip32xx' into for-3.3/drivers
- Loading branch information
Showing
6 changed files
with
4,091 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.