diff options
author | Markus Brunner <super.firetwister@gmail.com> | 2007-09-11 22:54:58 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-20 22:57:54 -0400 |
commit | ded5431ff311d963888ac951131a04fe7633aa79 (patch) | |
tree | 1a7b04e4f412a5140bced2074d508e1b99e49526 /arch/sh/Kconfig | |
parent | 18d18ba8ef147f9d0d97da1da1253ce5c982bb91 (diff) |
sh: Magic Panel R2 board support.
This adds support for the SH7720 (SH3-DSP) based Magic Panel R2
board.
Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
Signed-off by: Mark Jonas <toertel@gmail.com>
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 f6d6ac308f69..2c5cc0ed2e7e 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -395,11 +395,18 @@ config SH_X3PROTO | |||
395 | bool "SH-X3 Prototype board" | 395 | bool "SH-X3 Prototype board" |
396 | depends on CPU_SUBTYPE_SHX3 | 396 | depends on CPU_SUBTYPE_SHX3 |
397 | 397 | ||
398 | config SH_MAGIC_PANEL_R2 | ||
399 | bool "Magic Panel R2" | ||
400 | depends on CPU_SUBTYPE_SH7720 | ||
401 | help | ||
402 | Select Magic Panel R2 if configuring for Magic Panel R2. | ||
403 | |||
398 | endmenu | 404 | endmenu |
399 | 405 | ||
400 | source "arch/sh/boards/renesas/hs7751rvoip/Kconfig" | 406 | source "arch/sh/boards/renesas/hs7751rvoip/Kconfig" |
401 | source "arch/sh/boards/renesas/rts7751r2d/Kconfig" | 407 | source "arch/sh/boards/renesas/rts7751r2d/Kconfig" |
402 | source "arch/sh/boards/renesas/r7780rp/Kconfig" | 408 | source "arch/sh/boards/renesas/r7780rp/Kconfig" |
409 | source "arch/sh/boards/magicpanelr2/Kconfig" | ||
403 | 410 | ||
404 | menu "Timer and clock configuration" | 411 | menu "Timer and clock configuration" |
405 | 412 | ||