diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-01-13 04:32:42 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-13 04:32:42 -0500 |
commit | bc34b0850be0aa99a49b714ea8a495fbe9a8c273 (patch) | |
tree | f5e46d0bc19e2525c3eafb71b26310cc42389dde /arch/sh/boards/Kconfig | |
parent | 704bf317fd21683e5c71a542f5fb5f65271a1582 (diff) |
sh: Add support for AP-SH4A-3A board.
This adds preliminary support for the alpha project AP-SH4A-3A reference
platform (SH7785 based).
Additional paltform information available at:
http://www.apnet.co.jp/product/superh/ap-sh4a-3a.html
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 3bac817e025e..4875d0bb01f0 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig | |||
@@ -323,6 +323,13 @@ config SH_SH2007 | |||
323 | Compact Flash socket, two serial ports and PC-104 bus. | 323 | Compact Flash socket, two serial ports and PC-104 bus. |
324 | More information at <http://sh2000.sh-linux.org>. | 324 | More information at <http://sh2000.sh-linux.org>. |
325 | 325 | ||
326 | config SH_APSH4A3A | ||
327 | bool "AP-SH4A-3A" | ||
328 | select SH_ALPHA_BOARD | ||
329 | depends on CPU_SUBTYPE_SH7785 | ||
330 | help | ||
331 | Select AP-SH4A-3A if configuring for an ALPHAPROJECT AP-SH4A-3A. | ||
332 | |||
326 | endmenu | 333 | endmenu |
327 | 334 | ||
328 | source "arch/sh/boards/mach-r2d/Kconfig" | 335 | source "arch/sh/boards/mach-r2d/Kconfig" |