diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-08-08 02:22:04 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-20 22:57:48 -0400 |
commit | 94807a33dc4aaf522d3eab62db225361e5a97b2a (patch) | |
tree | fbfe908829b6a6067c200beae7cb1fed26040000 /arch/sh/Kconfig | |
parent | 8d797cd191397b2a92b190228f07c7715c1c832a (diff) |
sh: Initial support for SH-X3 prototype board.
This adds initial support for the SH-X3 prototype board.
Only simple logic for the IRQ controller and the heartbeat driver
for now.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 617765d5c9ab..24c33610615b 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -391,6 +391,10 @@ config SH_LBOX_RE2 | |||
391 | help | 391 | help |
392 | Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2. | 392 | Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2. |
393 | 393 | ||
394 | config SH_X3PROTO | ||
395 | bool "SH-X3 Prototype board" | ||
396 | depends on CPU_SUBTYPE_SHX3 | ||
397 | |||
394 | endmenu | 398 | endmenu |
395 | 399 | ||
396 | source "arch/sh/boards/renesas/hs7751rvoip/Kconfig" | 400 | source "arch/sh/boards/renesas/hs7751rvoip/Kconfig" |