diff options
author | Nicholas Beck <nbeck@mpc-data.co.uk> | 2008-01-22 22:50:51 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:19:04 -0500 |
commit | 4862ec073975e28f432f164405e60fa6f5c9d071 (patch) | |
tree | b493b2a7fcd0abd8d13f24e63eaf4aaa9c89077e /arch/sh/Kconfig | |
parent | 773c7bd69434a356af4363a61889ef975b256e32 (diff) |
sh: Add support for SDK7780 board.
Add support for Renesas Technology Europe SDK7780 board.
Signed-off-by: Nicholas Beck <nbeck@mpc-data.co.uk>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index e94430b42474..1cd9c8fd927d 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -455,6 +455,14 @@ config SH_RTS7751R2D | |||
455 | Select RTS7751R2D if configuring for a Renesas Technology | 455 | Select RTS7751R2D if configuring for a Renesas Technology |
456 | Sales SH-Graphics board. | 456 | Sales SH-Graphics board. |
457 | 457 | ||
458 | config SH_SDK7780 | ||
459 | bool "SDK7780R3" | ||
460 | depends on CPU_SUBTYPE_SH7780 | ||
461 | select SYS_SUPPORTS_PCI | ||
462 | help | ||
463 | Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3 | ||
464 | evaluation board. | ||
465 | |||
458 | config SH_HIGHLANDER | 466 | config SH_HIGHLANDER |
459 | bool "Highlander" | 467 | bool "Highlander" |
460 | depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 | 468 | depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 |
@@ -520,6 +528,7 @@ endmenu | |||
520 | 528 | ||
521 | source "arch/sh/boards/renesas/rts7751r2d/Kconfig" | 529 | source "arch/sh/boards/renesas/rts7751r2d/Kconfig" |
522 | source "arch/sh/boards/renesas/r7780rp/Kconfig" | 530 | source "arch/sh/boards/renesas/r7780rp/Kconfig" |
531 | source "arch/sh/boards/renesas/sdk7780/Kconfig" | ||
523 | source "arch/sh/boards/magicpanelr2/Kconfig" | 532 | source "arch/sh/boards/magicpanelr2/Kconfig" |
524 | 533 | ||
525 | menu "Timer and clock configuration" | 534 | menu "Timer and clock configuration" |