diff options
author | Luca Santini <luca.santini@spesonline.com> | 2008-09-08 03:01:15 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-09-08 03:01:15 (GMT) |
commit | 3db9170880241d63aae7ab86a03aa15418c3e5c6 (patch) | |
tree | c5e5f1bb4b0b256a39a465e742cf547b195d390a /arch/sh/boards/Makefile | |
parent | 53abf911fa6753dfbd6775ae541fb2f8b9f5b825 (diff) | |
download | linux-fsl-qoriq-3db9170880241d63aae7ab86a03aa15418c3e5c6.tar.xz |
sh: Add Renesas EDOSK7760 board support.
This adds support for the Renesas (RTE) EDOSK7760 board. Currently
supported devices are:
- ramdisk support
- ethernet support
- nfs support
- ext2/ext3 support
- i2c support
- fb support (M)
Signed-off-by: Luca Santini <luca.santini@spesonline.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/Makefile')
-rw-r--r-- | arch/sh/boards/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/Makefile b/arch/sh/boards/Makefile index 463022c..d9efa39 100644 --- a/arch/sh/boards/Makefile +++ b/arch/sh/boards/Makefile @@ -6,3 +6,4 @@ obj-$(CONFIG_SH_MAGIC_PANEL_R2) += board-magicpanelr2.o obj-$(CONFIG_SH_RSK7203) += board-rsk7203.o obj-$(CONFIG_SH_SH7785LCR) += board-sh7785lcr.o obj-$(CONFIG_SH_SHMIN) += board-shmin.o +obj-$(CONFIG_SH_EDOSK7760) += board-edosk7760.o |