diff options
author | Luca Santini <luca.santini@spesonline.com> | 2008-09-07 23:01:15 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-09-07 23:01:15 -0400 |
commit | 3db9170880241d63aae7ab86a03aa15418c3e5c6 (patch) | |
tree | c5e5f1bb4b0b256a39a465e742cf547b195d390a /arch/sh/boards/Kconfig | |
parent | 53abf911fa6753dfbd6775ae541fb2f8b9f5b825 (diff) |
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/Kconfig')
-rw-r--r-- | arch/sh/boards/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index ae194869fd60..c6b21e82755e 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig | |||
@@ -184,6 +184,13 @@ config SH_EDOSK7705 | |||
184 | bool "EDOSK7705" | 184 | bool "EDOSK7705" |
185 | depends on CPU_SUBTYPE_SH7705 | 185 | depends on CPU_SUBTYPE_SH7705 |
186 | 186 | ||
187 | config SH_EDOSK7760 | ||
188 | bool "EDOSK7760" | ||
189 | depends on CPU_SUBTYPE_SH7760 | ||
190 | help | ||
191 | Select if configuring for a Renesas EDOSK7760 | ||
192 | evaluation board. | ||
193 | |||
187 | config SH_SH4202_MICRODEV | 194 | config SH_SH4202_MICRODEV |
188 | bool "SH4-202 MicroDev" | 195 | bool "SH4-202 MicroDev" |
189 | depends on CPU_SUBTYPE_SH4_202 | 196 | depends on CPU_SUBTYPE_SH4_202 |