diff options
author | Yusuke Goda <goda.yusuke@renesas.com> | 2008-06-06 04:03:23 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-28 05:10:29 -0400 |
commit | 04e917b606ffe6ec10fb75c21447162cba31f6b6 (patch) | |
tree | 219c5475fcf904be45f72bad0460eb0180610d1e /arch/sh/Kconfig | |
parent | 42fd3b142d8867f5b58d6fb75592cd20fd654c1b (diff) |
sh: Add support Renesas Solutions AP-325RXA board
This board is SH7723 base board.
This has SCIF, LCDC, USB Host controler, NOR/NAND Flash, Sound,
Ether and other.
This patch supports SCIF, NOR Flash.
Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 83495882778c..ca5efe64fad6 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -502,6 +502,13 @@ config SH_MIGOR | |||
502 | Select Migo-R if configuring for the SH7722 Migo-R platform | 502 | Select Migo-R if configuring for the SH7722 Migo-R platform |
503 | by Renesas System Solutions Asia Pte. Ltd. | 503 | by Renesas System Solutions Asia Pte. Ltd. |
504 | 504 | ||
505 | config SH_AP325RXA | ||
506 | bool "AP-325RXA" | ||
507 | select CPU_SUBTYPE_SH7723 | ||
508 | help | ||
509 | Renesas "AP-325RXA" support. | ||
510 | Compatible with ALGO SYSTEM CO.,LTD. "AP-320A" | ||
511 | |||
505 | config SH_EDOSK7705 | 512 | config SH_EDOSK7705 |
506 | bool "EDOSK7705" | 513 | bool "EDOSK7705" |
507 | depends on CPU_SUBTYPE_SH7705 | 514 | depends on CPU_SUBTYPE_SH7705 |