diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 05:09:34 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 05:09:34 -0400 |
commit | bc8fb5d0471473f775378d09db712dcb8eeece75 (patch) | |
tree | 373f7b27ae734c03d4d995a9ea8f3fecade3acab /arch/sh/Kconfig | |
parent | 91b91d01416afba8d3f230a62b5d2784bd7af94a (diff) |
sh: Solution Engine SH7343 board support.
This adds support for the SE7343 board.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 35 |
1 files changed, 22 insertions, 13 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 2549bd82c57f..9e5272e84fd8 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -51,18 +51,23 @@ source "init/Kconfig" | |||
51 | 51 | ||
52 | menu "System type" | 52 | menu "System type" |
53 | 53 | ||
54 | config SOLUTION_ENGINE | ||
55 | bool | ||
56 | |||
54 | choice | 57 | choice |
55 | prompt "SuperH system type" | 58 | prompt "SuperH system type" |
56 | default SH_UNKNOWN | 59 | default SH_UNKNOWN |
57 | 60 | ||
58 | config SH_SOLUTION_ENGINE | 61 | config SH_SOLUTION_ENGINE |
59 | bool "SolutionEngine" | 62 | bool "SolutionEngine" |
63 | select SOLUTION_ENGINE | ||
60 | help | 64 | help |
61 | Select SolutionEngine if configuring for a Hitachi SH7709 | 65 | Select SolutionEngine if configuring for a Hitachi SH7709 |
62 | or SH7750 evaluation board. | 66 | or SH7750 evaluation board. |
63 | 67 | ||
64 | config SH_7751_SOLUTION_ENGINE | 68 | config SH_7751_SOLUTION_ENGINE |
65 | bool "SolutionEngine7751" | 69 | bool "SolutionEngine7751" |
70 | select SOLUTION_ENGINE | ||
66 | select CPU_SUBTYPE_SH7751 | 71 | select CPU_SUBTYPE_SH7751 |
67 | help | 72 | help |
68 | Select 7751 SolutionEngine if configuring for a Hitachi SH7751 | 73 | Select 7751 SolutionEngine if configuring for a Hitachi SH7751 |
@@ -70,17 +75,27 @@ config SH_7751_SOLUTION_ENGINE | |||
70 | 75 | ||
71 | config SH_7300_SOLUTION_ENGINE | 76 | config SH_7300_SOLUTION_ENGINE |
72 | bool "SolutionEngine7300" | 77 | bool "SolutionEngine7300" |
78 | select SOLUTION_ENGINE | ||
73 | select CPU_SUBTYPE_SH7300 | 79 | select CPU_SUBTYPE_SH7300 |
74 | help | 80 | help |
75 | Select 7300 SolutionEngine if configuring for a Hitachi SH7300(SH-Mobile V) | 81 | Select 7300 SolutionEngine if configuring for a Hitachi |
76 | evaluation board. | 82 | SH7300(SH-Mobile V) evaluation board. |
83 | |||
84 | config SH_7343_SOLUTION_ENGINE | ||
85 | bool "SolutionEngine7343" | ||
86 | select SOLUTION_ENGINE | ||
87 | select CPU_SUBTYPE_SH7343 | ||
88 | help | ||
89 | Select 7343 SolutionEngine if configuring for a Hitachi | ||
90 | SH7343 (SH-Mobile 3AS) evaluation board. | ||
77 | 91 | ||
78 | config SH_73180_SOLUTION_ENGINE | 92 | config SH_73180_SOLUTION_ENGINE |
79 | bool "SolutionEngine73180" | 93 | bool "SolutionEngine73180" |
80 | select CPU_SUBTYPE_SH73180 | 94 | select SOLUTION_ENGINE |
81 | help | 95 | select CPU_SUBTYPE_SH73180 |
82 | Select 73180 SolutionEngine if configuring for a Hitachi SH73180(SH-Mobile 3) | 96 | help |
83 | evaluation board. | 97 | Select 73180 SolutionEngine if configuring for a Hitachi |
98 | SH73180(SH-Mobile 3) evaluation board. | ||
84 | 99 | ||
85 | config SH_7751_SYSTEMH | 100 | config SH_7751_SYSTEMH |
86 | bool "SystemH7751R" | 101 | bool "SystemH7751R" |
@@ -394,9 +409,7 @@ source "arch/sh/cchips/Kconfig" | |||
394 | config HEARTBEAT | 409 | config HEARTBEAT |
395 | bool "Heartbeat LED" | 410 | bool "Heartbeat LED" |
396 | depends on SH_MPC1211 || SH_SH03 || \ | 411 | depends on SH_MPC1211 || SH_SH03 || \ |
397 | SH_BIGSUR || \ | 412 | SH_BIGSUR || SOLUTION_ENGINE || \ |
398 | SH_7751_SOLUTION_ENGINE || SH_7300_SOLUTION_ENGINE || \ | ||
399 | SH_73180_SOLUTION_ENGINE || SH_SOLUTION_ENGINE || \ | ||
400 | SH_RTS7751R2D || SH_SH4202_MICRODEV || SH_LANDISK | 413 | SH_RTS7751R2D || SH_SH4202_MICRODEV || SH_LANDISK |
401 | help | 414 | help |
402 | Use the power-on LED on your machine as a load meter. The exact | 415 | Use the power-on LED on your machine as a load meter. The exact |
@@ -431,10 +444,6 @@ config KEXEC | |||
431 | support. As of this writing the exact hardware interface is | 444 | support. As of this writing the exact hardware interface is |
432 | strongly in flux, so no good recommendation can be made. | 445 | strongly in flux, so no good recommendation can be made. |
433 | 446 | ||
434 | config PREEMPT | ||
435 | bool "Preemptible Kernel (EXPERIMENTAL)" | ||
436 | depends on EXPERIMENTAL | ||
437 | |||
438 | config SMP | 447 | config SMP |
439 | bool "Symmetric multi-processing support" | 448 | bool "Symmetric multi-processing support" |
440 | ---help--- | 449 | ---help--- |