diff options
author | Huang Shijie <b32955@freescale.com> | 2013-05-28 06:20:07 (GMT) |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-06-17 08:04:28 (GMT) |
commit | 85bf6d4e4b100efda8169f6f98fd65d0029c7813 (patch) | |
tree | 56c0bf6af6b3f4877af7e1b560247e7f4cb1c75c /drivers/bus/Makefile | |
parent | 81b8a3cda99076b7d8b65e63d3cc675a305f60e1 (diff) | |
download | linux-85bf6d4e4b100efda8169f6f98fd65d0029c7813.tar.xz |
drivers: bus: add a new driver for WEIM
The WEIM(Wireless External Interface Module) works like a bus.
You can attach many different devices on it, such as NOR, onenand.
In the case of i.MX6q-sabreauto, the NOR is connected to WEIM.
This patch also adds the devicetree binding document.
The driver only works when the devicetree is enabled.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'drivers/bus/Makefile')
-rw-r--r-- | drivers/bus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bus/Makefile b/drivers/bus/Makefile index 3c7b53c..436bbcc 100644 --- a/drivers/bus/Makefile +++ b/drivers/bus/Makefile @@ -2,6 +2,7 @@ # Makefile for the bus drivers. # +obj-$(CONFIG_IMX_WEIM) += imx-weim.o obj-$(CONFIG_MVEBU_MBUS) += mvebu-mbus.o obj-$(CONFIG_OMAP_OCP2SCP) += omap-ocp2scp.o |