diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 4f3891215b87..4d16d8917074 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -135,12 +135,6 @@ config SH_HP6XX | |||
135 | More information (hardware only) at | 135 | More information (hardware only) at |
136 | <http://www.hp.com/jornada/>. | 136 | <http://www.hp.com/jornada/>. |
137 | 137 | ||
138 | config SH_EC3104 | ||
139 | bool "EC3104" | ||
140 | help | ||
141 | Select EC3104 if configuring for a system with an Eclipse | ||
142 | International EC3104 chip, e.g. the Harris AD2000. | ||
143 | |||
144 | config SH_SATURN | 138 | config SH_SATURN |
145 | bool "Saturn" | 139 | bool "Saturn" |
146 | select CPU_SUBTYPE_SH7604 | 140 | select CPU_SUBTYPE_SH7604 |
@@ -156,9 +150,6 @@ config SH_DREAMCAST | |||
156 | <http://www.m17n.org/linux-sh/dreamcast/>. There is a | 150 | <http://www.m17n.org/linux-sh/dreamcast/>. There is a |
157 | Dreamcast project is at <http://linuxdc.sourceforge.net/>. | 151 | Dreamcast project is at <http://linuxdc.sourceforge.net/>. |
158 | 152 | ||
159 | config SH_BIGSUR | ||
160 | bool "BigSur" | ||
161 | |||
162 | config SH_MPC1211 | 153 | config SH_MPC1211 |
163 | bool "Interface MPC1211" | 154 | bool "Interface MPC1211" |
164 | help | 155 | help |
@@ -481,6 +472,7 @@ config SH_PCLK_FREQ | |||
481 | 472 | ||
482 | config SH_CLK_MD | 473 | config SH_CLK_MD |
483 | int "CPU Mode Pin Setting" | 474 | int "CPU Mode Pin Setting" |
475 | default 0 | ||
484 | depends on CPU_SUBTYPE_SH7619 || CPU_SUBTYPE_SH7206 | 476 | depends on CPU_SUBTYPE_SH7619 || CPU_SUBTYPE_SH7206 |
485 | help | 477 | help |
486 | MD2 - MD0 pin setting. | 478 | MD2 - MD0 pin setting. |
@@ -510,8 +502,9 @@ source "arch/sh/cchips/Kconfig" | |||
510 | config HEARTBEAT | 502 | config HEARTBEAT |
511 | bool "Heartbeat LED" | 503 | bool "Heartbeat LED" |
512 | depends on SH_MPC1211 || SH_SH03 || \ | 504 | depends on SH_MPC1211 || SH_SH03 || \ |
513 | SH_BIGSUR || SOLUTION_ENGINE || \ | 505 | SOLUTION_ENGINE || \ |
514 | SH_RTS7751R2D || SH_SH4202_MICRODEV || SH_LANDISK | 506 | SH_RTS7751R2D || SH_SH4202_MICRODEV || SH_LANDISK || \ |
507 | SH_R7780RP | ||
515 | help | 508 | help |
516 | Use the power-on LED on your machine as a load meter. The exact | 509 | Use the power-on LED on your machine as a load meter. The exact |
517 | behavior is platform-dependent, but normally the flash frequency is | 510 | behavior is platform-dependent, but normally the flash frequency is |
@@ -596,6 +589,8 @@ menu "Boot options" | |||
596 | config ZERO_PAGE_OFFSET | 589 | config ZERO_PAGE_OFFSET |
597 | hex "Zero page offset" | 590 | hex "Zero page offset" |
598 | default "0x00004000" if SH_MPC1211 || SH_SH03 | 591 | default "0x00004000" if SH_MPC1211 || SH_SH03 |
592 | default "0x00010000" if PAGE_SIZE_64KB | ||
593 | default "0x00002000" if PAGE_SIZE_8KB | ||
599 | default "0x00001000" | 594 | default "0x00001000" |
600 | help | 595 | help |
601 | This sets the default offset of zero page. | 596 | This sets the default offset of zero page. |