diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-01-13 18:36:21 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-13 18:36:21 +0900 |
commit | 8a453cac94803910305f7e95cbd157b6bbd88811 (patch) | |
tree | 298e6f0cec8efcecf0e1d7ca113d2181725a60b2 /arch/sh/boards/Kconfig | |
parent | bc34b0850be0aa99a49b714ea8a495fbe9a8c273 (diff) | |
download | blackbird-obmc-linux-8a453cac94803910305f7e95cbd157b6bbd88811.tar.gz blackbird-obmc-linux-8a453cac94803910305f7e95cbd157b6bbd88811.zip |
sh: Add support for AP-SH4AD-0A board.
This adds preliminary support for the alpha project AP-SH4AD-0A reference
platform (SH7786 based).
Additional platform information available at:
http://www.apnet.co.jp/product/superh/ap-sh4ad-0a.html
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/Kconfig')
-rw-r--r-- | arch/sh/boards/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index 4875d0bb01f0..d893411022d5 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig @@ -330,6 +330,14 @@ config SH_APSH4A3A help Select AP-SH4A-3A if configuring for an ALPHAPROJECT AP-SH4A-3A. +config SH_APSH4AD0A + bool "AP-SH4AD-0A" + select SH_ALPHA_BOARD + select SYS_SUPPORTS_PCI + depends on CPU_SUBTYPE_SH7786 + help + Select AP-SH4AD-0A if configuring for an ALPHAPROJECT AP-SH4AD-0A. + endmenu source "arch/sh/boards/mach-r2d/Kconfig" |