[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200906011359.09622.florian@openwrt.org>
Date: Mon, 1 Jun 2009 13:59:08 +0200
From: Florian Fainelli <florian@...nwrt.org>
To: linux-kernel@...r.kernel.org, Ralf Baechle <ralf@...ux-mips.org>,
akpm <akpm@...ux-foundation.org>, Ingo Molnar <mingo@...e.hu>
Subject: [PATCH 3/9] drivers: wire in vlynq bus support
This patch allows the VLYNQ bus support
to be selected and compiled.
Signed-off-by: Florian Fainelli <florian@...nwrt.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/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists