* [PATCH 3/9] drivers: wire in vlynq bus support
@ 2009-06-01 11:59 Florian Fainelli
2009-06-02 11:15 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Florian Fainelli @ 2009-06-01 11:59 UTC (permalink / raw)
To: linux-kernel, Ralf Baechle, akpm, Ingo Molnar
This patch allows the VLYNQ bus support
to be selected and compiled.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
---
diff --git a/drivers/Kconfig b/drivers/Kconfig
index 00cf955..a442c8f 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -104,6 +104,8 @@ source "drivers/auxdisplay/Kconfig"
source "drivers/uio/Kconfig"
+source "drivers/vlynq/Kconfig"
+
source "drivers/xen/Kconfig"
source "drivers/staging/Kconfig"
diff --git a/drivers/Makefile b/drivers/Makefile
index 1266ead..0d39303 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -105,5 +105,6 @@ obj-$(CONFIG_PPC_PS3) += ps3/
obj-$(CONFIG_OF) += of/
obj-$(CONFIG_SSB) += ssb/
obj-$(CONFIG_VIRTIO) += virtio/
+obj-$(CONFIG_VLYNQ) += vlynq/
obj-$(CONFIG_STAGING) += staging/
obj-y += platform/
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 3/9] drivers: wire in vlynq bus support
2009-06-01 11:59 [PATCH 3/9] drivers: wire in vlynq bus support Florian Fainelli
@ 2009-06-02 11:15 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2009-06-02 11:15 UTC (permalink / raw)
To: Florian Fainelli; +Cc: linux-kernel, akpm, Ingo Molnar
On Mon, Jun 01, 2009 at 01:59:08PM +0200, Florian Fainelli wrote:
> This patch allows the VLYNQ bus support
> to be selected and compiled.
This patch on its own doesn't really make sense. Please fold it into 2/9.
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-02 11:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-01 11:59 [PATCH 3/9] drivers: wire in vlynq bus support Florian Fainelli
2009-06-02 11:15 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox