aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-01-13 04:36:21 -0500
committerPaul Mundt <lethal@linux-sh.org>2011-01-13 04:36:21 -0500
commit8a453cac94803910305f7e95cbd157b6bbd88811 (patch)
tree298e6f0cec8efcecf0e1d7ca113d2181725a60b2 /arch/sh/boards/Kconfig
parentbc34b0850be0aa99a49b714ea8a495fbe9a8c273 (diff)
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/Kconfig8
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
330 help 330 help
331 Select AP-SH4A-3A if configuring for an ALPHAPROJECT AP-SH4A-3A. 331 Select AP-SH4A-3A if configuring for an ALPHAPROJECT AP-SH4A-3A.
332 332
333config SH_APSH4AD0A
334 bool "AP-SH4AD-0A"
335 select SH_ALPHA_BOARD
336 select SYS_SUPPORTS_PCI
337 depends on CPU_SUBTYPE_SH7786
338 help
339 Select AP-SH4AD-0A if configuring for an ALPHAPROJECT AP-SH4AD-0A.
340
333endmenu 341endmenu
334 342
335source "arch/sh/boards/mach-r2d/Kconfig" 343source "arch/sh/boards/mach-r2d/Kconfig"