diff options
author | Arthur Benilov <arthur.benilov@iba-group.com> | 2010-02-16 15:41:51 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-03 16:43:02 -0800 |
commit | 3c2aabc41da7e9f957bc826363115a54764fb396 (patch) | |
tree | 812d416910afc9bcbca3a22d78efa8b157cccaea /drivers/staging/vme/Makefile | |
parent | 33e920d9ebaddbc9cf51cf6e1de7baa8d7b8d6dd (diff) |
Staging: vme: VMIVME-7805 board support
VMIVME-7805 board has a special control register that has to be used in
order to activate the VME bus access via the Universe II bridge.
This control register also handles endianess convertion.
Signed-off-by: Arthur Benilov <arthur.benilov@iba-group.com>
Signed-off-by: Vincent Bossier <vincent.bossier@iba-group.com>
Acked-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vme/Makefile')
-rw-r--r-- | drivers/staging/vme/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/vme/Makefile b/drivers/staging/vme/Makefile index 8c3b90ee5853..b4ea3f8d0a50 100644 --- a/drivers/staging/vme/Makefile +++ b/drivers/staging/vme/Makefile @@ -5,3 +5,4 @@ obj-$(CONFIG_VME_BUS) += vme.o obj-y += bridges/ obj-y += devices/ +obj-y += boards/ |