Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1302829 > unrolled thread
| Started by | Jon Mason <jdmason@kudzu.us> |
|---|---|
| First post | 2016-01-06 16:00 +0100 |
| Last post | 2016-01-07 03:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH V2 2/3] NTB: Add AMD NTB support in Kconfig and Makefile Jon Mason <jdmason@kudzu.us> - 2016-01-06 16:00 +0100
RE: [PATCH V2 2/3] NTB: Add AMD NTB support in Kconfig and Makefile "Yu, Xiangliang" <Xiangliang.Yu@amd.com> - 2016-01-07 03:30 +0100
| From | Jon Mason <jdmason@kudzu.us> |
|---|---|
| Date | 2016-01-06 16:00 +0100 |
| Subject | Re: [PATCH V2 2/3] NTB: Add AMD NTB support in Kconfig and Makefile |
| Message-ID | <qNXJ9-2ut-15@gated-at.bofh.it> |
On Wed, Dec 23, 2015 at 8:43 AM, Xiangliang Yu <Xiangliang.Yu@amd.com> wrote: > This patch is to enable AMD NTB support in Kconfig and Makefile. > > Signed-off-by: Xiangliang Yu <Xiangliang.Yu@amd.com> > --- > drivers/ntb/hw/Kconfig | 1 + > drivers/ntb/hw/Makefile | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/drivers/ntb/hw/Kconfig b/drivers/ntb/hw/Kconfig > index 4d5535c..0c5c2a6 100644 > --- a/drivers/ntb/hw/Kconfig > +++ b/drivers/ntb/hw/Kconfig > @@ -1 +1,2 @@ > source "drivers/ntb/hw/intel/Kconfig" > +source "drivers/ntb/hw/amd/Kconfig" > diff --git a/drivers/ntb/hw/Makefile b/drivers/ntb/hw/Makefile > index 175d7c9..636be7d 100644 > --- a/drivers/ntb/hw/Makefile > +++ b/drivers/ntb/hw/Makefile > @@ -1 +1,2 @@ > obj-$(CONFIG_NTB_INTEL) += intel/ > +obj-$(CONFIG_NTB_AMD) += amd/ > -- > 1.9.1 > This should be part of the first patch. Thanks, Jon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | "Yu, Xiangliang" <Xiangliang.Yu@amd.com> |
|---|---|
| Date | 2016-01-07 03:30 +0100 |
| Message-ID | <qO8uS-1sz-5@gated-at.bofh.it> |
| In reply to | #1302829 |
PiA+ICBkcml2ZXJzL250Yi9ody9LY29uZmlnICB8IDEgKw0KPiA+ICBkcml2ZXJzL250Yi9ody9N YWtlZmlsZSB8IDEgKw0KPiA+ICAyIGZpbGVzIGNoYW5nZWQsIDIgaW5zZXJ0aW9ucygrKQ0KPiA+ DQo+ID4gZGlmZiAtLWdpdCBhL2RyaXZlcnMvbnRiL2h3L0tjb25maWcgYi9kcml2ZXJzL250Yi9o dy9LY29uZmlnIGluZGV4DQo+ID4gNGQ1NTM1Yy4uMGM1YzJhNiAxMDA2NDQNCj4gPiAtLS0gYS9k cml2ZXJzL250Yi9ody9LY29uZmlnDQo+ID4gKysrIGIvZHJpdmVycy9udGIvaHcvS2NvbmZpZw0K PiA+IEBAIC0xICsxLDIgQEANCj4gPiAgc291cmNlICJkcml2ZXJzL250Yi9ody9pbnRlbC9LY29u ZmlnIg0KPiA+ICtzb3VyY2UgImRyaXZlcnMvbnRiL2h3L2FtZC9LY29uZmlnIg0KPiA+IGRpZmYg LS1naXQgYS9kcml2ZXJzL250Yi9ody9NYWtlZmlsZSBiL2RyaXZlcnMvbnRiL2h3L01ha2VmaWxl IGluZGV4DQo+ID4gMTc1ZDdjOS4uNjM2YmU3ZCAxMDA2NDQNCj4gPiAtLS0gYS9kcml2ZXJzL250 Yi9ody9NYWtlZmlsZQ0KPiA+ICsrKyBiL2RyaXZlcnMvbnRiL2h3L01ha2VmaWxlDQo+ID4gQEAg LTEgKzEsMiBAQA0KPiA+ICBvYmotJChDT05GSUdfTlRCX0lOVEVMKSAgICAgICAgKz0gaW50ZWwv DQo+ID4gK29iai0kKENPTkZJR19OVEJfQU1EKSAgKz0gYW1kLw0KPiA+IC0tDQo+ID4gMS45LjEN Cj4gPg0KPiANCj4gVGhpcyBzaG91bGQgYmUgcGFydCBvZiB0aGUgZmlyc3QgcGF0Y2guDQoNCk9r LiANCg== -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web