diff options
author | Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> | 2008-07-16 07:21:09 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-28 05:10:35 -0400 |
commit | cbe9da029d9cc4fff59d559789885079a84a0af8 (patch) | |
tree | 1730047636c75455eaf309f4e24e20de9dff54f0 /arch/sh/Kconfig | |
parent | 1eca5c92729a83f64826d15a9ecb1652dda54bcb (diff) |
sh: Renesas R0P7785LC0011RL board support
This adds initial support for the Renesas R0P7785LC0011RL board.
This patch supports 29bit address mode only.
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 5f84552ecb74..a90b73f72f30 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -495,6 +495,21 @@ config SH_HIGHLANDER | |||
495 | select SYS_SUPPORTS_PCI | 495 | select SYS_SUPPORTS_PCI |
496 | select IO_TRAPPED | 496 | select IO_TRAPPED |
497 | 497 | ||
498 | config SH_SH7785LCR | ||
499 | bool "SH7785LCR" | ||
500 | depends on CPU_SUBTYPE_SH7785 | ||
501 | select SYS_SUPPORTS_PCI | ||
502 | select IO_TRAPPED | ||
503 | |||
504 | config SH_SH7785LCR_29BIT_PHYSMAPS | ||
505 | bool "SH7785LCR 29bit physmaps" | ||
506 | depends on SH_SH7785LCR | ||
507 | default y | ||
508 | help | ||
509 | This board has 2 physical memory maps. It can be changed with | ||
510 | DIP switch(S2-5). If you set the DIP switch for S2-5 = ON, | ||
511 | you can access all on-board device in 29bit address mode. | ||
512 | |||
498 | config SH_MIGOR | 513 | config SH_MIGOR |
499 | bool "Migo-R" | 514 | bool "Migo-R" |
500 | depends on CPU_SUBTYPE_SH7722 | 515 | depends on CPU_SUBTYPE_SH7722 |