diff options
author | Magnus Damm <magnus.damm@gmail.com> | 2008-02-06 10:38:24 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-14 00:22:08 -0500 |
commit | 70f784ec1ddacf8e17da2663f842efac029da796 (patch) | |
tree | 882a454fd01edcb27e1aacba57d301333f61e932 /arch/sh/Kconfig | |
parent | 5d0e146493a3306b931338ac030bc7a8de40c066 (diff) |
sh: migor board support
This patch adds basic support for the Migo-R board.
Only simple stuff provided by the cpu specific sh7722 code is in place now,
like serial console port, timers and usb gadget. There is also partial support
for the smc91c111 ethernet controller - unfortunately some driver header file
also needs patching (not included here) to make the driver get IRQ sense
information from the platform data.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
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 d87d4bf88803..8398cf105a00 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -473,6 +473,13 @@ config SH_HIGHLANDER | |||
473 | depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 | 473 | depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 |
474 | select SYS_SUPPORTS_PCI | 474 | select SYS_SUPPORTS_PCI |
475 | 475 | ||
476 | config SH_MIGOR | ||
477 | bool "Migo-R" | ||
478 | depends on CPU_SUBTYPE_SH7722 | ||
479 | help | ||
480 | Select Migo-R if configuring for the SH7722 Migo-R platform | ||
481 | by Renesas System Solutions Asia Pte. Ltd. | ||
482 | |||
476 | config SH_EDOSK7705 | 483 | config SH_EDOSK7705 |
477 | bool "EDOSK7705" | 484 | bool "EDOSK7705" |
478 | depends on CPU_SUBTYPE_SH7705 | 485 | depends on CPU_SUBTYPE_SH7705 |