diff mbox

[2/2] package/nvme: new package

Message ID 20160120103611.23540.32033.stgit@localhost.localdomain
State Changes Requested
Headers show

Commit Message

Mamatha Inamdar Jan. 20, 2016, 10:39 a.m. UTC
This patch is to add NVME Config file

Signed-off-by: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com>
---
 package/Config.in      |    1 +
 package/nvme/Config.in |    6 ++++++
 2 files changed, 7 insertions(+)
 create mode 100644 package/nvme/Config.in

Comments

Baruch Siach Jan. 20, 2016, 11:10 a.m. UTC | #1
Hi Mamatha,

On Wed, Jan 20, 2016 at 04:09:14PM +0530, Mamatha Inamdar wrote:
> This patch is to add NVME Config file

This should be part of the previous patch. That's what Thomas meant when he 
asked you to send a single patch. He only used a list to indicate what should 
change in this single patch compared to your previous submissions.

baruch
Mamatha Inamdar Jan. 21, 2016, 5:34 a.m. UTC | #2
Hi Baruch,

Thanks...Will send single patch

On 01/20/2016 04:40 PM, Baruch Siach wrote:
> Hi Mamatha,
>
> On Wed, Jan 20, 2016 at 04:09:14PM +0530, Mamatha Inamdar wrote:
>> This patch is to add NVME Config file
> This should be part of the previous patch. That's what Thomas meant when he
> asked you to send a single patch. He only used a list to indicate what should
> change in this single patch compared to your previous submissions.
>
> baruch
>
diff mbox

Patch

diff --git a/package/Config.in b/package/Config.in
index e0c2e2a..4d173d4 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -380,6 +380,7 @@  endif
 	source "package/neard/Config.in"
 	source "package/nvidia-driver/Config.in"
 	source "package/nvidia-tegra23/Config.in"
+	source "package/nvme/Config.in"
 	source "package/ofono/Config.in"
 	source "package/ola/Config.in"
 	source "package/on2-8170-modules/Config.in"
diff --git a/package/nvme/Config.in b/package/nvme/Config.in
new file mode 100644
index 0000000..8b5d37d
--- /dev/null
+++ b/package/nvme/Config.in
@@ -0,0 +1,6 @@ 
+config BR2_PACKAGE_NVME
+	bool "nvme"
+	help
+	  System utilities for IBM Power NVME devices
+
+	  https://github.com/linux-nvme/nvme-cli