diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 00:54:37 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 00:54:37 -0400 |
commit | 6a302358d87fedaf7bda12b8e909265ebf1ce674 (patch) | |
tree | 9bb5d79d812d531ae7031fe4aecf18151e41f716 /arch/sh/Kconfig | |
parent | 8e268f333012c62fc6a5a10e1e2a19c1c389853e (diff) | |
parent | e06c4e5775b1efc4e476f2430439e45867775f5f (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23
* master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23:
sh: Fix fs.h removal from mm.h regressions.
sh: fix get_wchan() for SH kernels without framepointers
sh: arch/sh/boot - fix shell usage
rtc: rtc-sh: Correct sh_rtc_set_time() for some SH-3 parts.
sh: remove support for sh7300 and solution engine 7300
sh: Add sh to the CC_OPTIMIZE_FOR_SIZE dependencies.
sh: Kill off virt_to_bus()/bus_to_virt().
sh: sh-sci - fix SH7708 support
sh: Restrict DSP support to specific CPUs.
sh: Silence sq compile warning on sh4 nommu.
sh: Kill the rest of the SE73180 cruft.
sh: remove support for sh73180 and solution engine 73180
sh: remove old broken pint code
sh: Reclaim beginning of P3 space for vmalloc area.
sh: Fix Dreamcast DMA issues.
sh: Add kmap_coherent()/kunmap_coherent() interface for SH-4.
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 33 |
1 files changed, 10 insertions, 23 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index f87f429e0b24..54878f07cf0c 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -90,6 +90,9 @@ config ARCH_HAS_ILOG2_U64 | |||
90 | bool | 90 | bool |
91 | default n | 91 | default n |
92 | 92 | ||
93 | config ARCH_NO_VIRT_TO_BUS | ||
94 | def_bool y | ||
95 | |||
93 | source "init/Kconfig" | 96 | source "init/Kconfig" |
94 | 97 | ||
95 | menu "System type" | 98 | menu "System type" |
@@ -134,8 +137,8 @@ config SH_FPU_EMU | |||
134 | 137 | ||
135 | config SH_DSP | 138 | config SH_DSP |
136 | bool "DSP support" | 139 | bool "DSP support" |
137 | default y if SH4AL_DSP || !CPU_SH4 | 140 | depends on CPU_HAS_DSP |
138 | default n | 141 | default y |
139 | help | 142 | help |
140 | Selecting this option will enable support for SH processors that | 143 | Selecting this option will enable support for SH processors that |
141 | have DSP units (ie, SH2-DSP, SH3-DSP, and SH4AL-DSP). | 144 | have DSP units (ie, SH2-DSP, SH3-DSP, and SH4AL-DSP). |
@@ -172,9 +175,6 @@ config SPECULATIVE_EXECUTION | |||
172 | config CPU_HAS_INTEVT | 175 | config CPU_HAS_INTEVT |
173 | bool | 176 | bool |
174 | 177 | ||
175 | config CPU_HAS_PINT_IRQ | ||
176 | bool | ||
177 | |||
178 | config CPU_HAS_MASKREG_IRQ | 178 | config CPU_HAS_MASKREG_IRQ |
179 | bool | 179 | bool |
180 | 180 | ||
@@ -202,6 +202,9 @@ config CPU_HAS_SR_RB | |||
202 | config CPU_HAS_PTEA | 202 | config CPU_HAS_PTEA |
203 | bool | 203 | bool |
204 | 204 | ||
205 | config CPU_HAS_DSP | ||
206 | bool | ||
207 | |||
205 | endmenu | 208 | endmenu |
206 | 209 | ||
207 | menu "Board support" | 210 | menu "Board support" |
@@ -261,14 +264,6 @@ config SH_7780_SOLUTION_ENGINE | |||
261 | Select 7780 SolutionEngine if configuring for a Renesas SH7780 | 264 | Select 7780 SolutionEngine if configuring for a Renesas SH7780 |
262 | evaluation board. | 265 | evaluation board. |
263 | 266 | ||
264 | config SH_7300_SOLUTION_ENGINE | ||
265 | bool "SolutionEngine7300" | ||
266 | select SOLUTION_ENGINE | ||
267 | depends on CPU_SUBTYPE_SH7300 | ||
268 | help | ||
269 | Select 7300 SolutionEngine if configuring for a Hitachi | ||
270 | SH7300(SH-Mobile V) evaluation board. | ||
271 | |||
272 | config SH_7343_SOLUTION_ENGINE | 267 | config SH_7343_SOLUTION_ENGINE |
273 | bool "SolutionEngine7343" | 268 | bool "SolutionEngine7343" |
274 | select SOLUTION_ENGINE | 269 | select SOLUTION_ENGINE |
@@ -277,14 +272,6 @@ config SH_7343_SOLUTION_ENGINE | |||
277 | Select 7343 SolutionEngine if configuring for a Hitachi | 272 | Select 7343 SolutionEngine if configuring for a Hitachi |
278 | SH7343 (SH-Mobile 3AS) evaluation board. | 273 | SH7343 (SH-Mobile 3AS) evaluation board. |
279 | 274 | ||
280 | config SH_73180_SOLUTION_ENGINE | ||
281 | bool "SolutionEngine73180" | ||
282 | select SOLUTION_ENGINE | ||
283 | depends on CPU_SUBTYPE_SH73180 | ||
284 | help | ||
285 | Select 73180 SolutionEngine if configuring for a Hitachi | ||
286 | SH73180(SH-Mobile 3) evaluation board. | ||
287 | |||
288 | config SH_7751_SYSTEMH | 275 | config SH_7751_SYSTEMH |
289 | bool "SystemH7751R" | 276 | bool "SystemH7751R" |
290 | depends on CPU_SUBTYPE_SH7751R | 277 | depends on CPU_SUBTYPE_SH7751R |
@@ -448,10 +435,10 @@ config SH_TIMER_IRQ | |||
448 | 435 | ||
449 | config SH_PCLK_FREQ | 436 | config SH_PCLK_FREQ |
450 | int "Peripheral clock frequency (in Hz)" | 437 | int "Peripheral clock frequency (in Hz)" |
451 | default "27000000" if CPU_SUBTYPE_SH73180 || CPU_SUBTYPE_SH7343 | 438 | default "27000000" if CPU_SUBTYPE_SH7343 |
452 | default "31250000" if CPU_SUBTYPE_SH7619 | 439 | default "31250000" if CPU_SUBTYPE_SH7619 |
453 | default "32000000" if CPU_SUBTYPE_SH7722 | 440 | default "32000000" if CPU_SUBTYPE_SH7722 |
454 | default "33333333" if CPU_SUBTYPE_SH7300 || CPU_SUBTYPE_SH7770 || \ | 441 | default "33333333" if CPU_SUBTYPE_SH7770 || \ |
455 | CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \ | 442 | CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \ |
456 | CPU_SUBTYPE_SH7206 | 443 | CPU_SUBTYPE_SH7206 |
457 | default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R | 444 | default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R |