diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index d87d4bf88803..b3400b5ad5c6 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -93,6 +93,9 @@ config ARCH_NO_VIRT_TO_BUS | |||
93 | config ARCH_SUPPORTS_AOUT | 93 | config ARCH_SUPPORTS_AOUT |
94 | def_bool y | 94 | def_bool y |
95 | 95 | ||
96 | config IO_TRAPPED | ||
97 | bool | ||
98 | |||
96 | source "init/Kconfig" | 99 | source "init/Kconfig" |
97 | 100 | ||
98 | menu "System type" | 101 | menu "System type" |
@@ -312,6 +315,13 @@ config CPU_SUBTYPE_SH7722 | |||
312 | select ARCH_SPARSEMEM_ENABLE | 315 | select ARCH_SPARSEMEM_ENABLE |
313 | select SYS_SUPPORTS_NUMA | 316 | select SYS_SUPPORTS_NUMA |
314 | 317 | ||
318 | config CPU_SUBTYPE_SH7366 | ||
319 | bool "Support SH7366 processor" | ||
320 | select CPU_SH4AL_DSP | ||
321 | select CPU_SHX2 | ||
322 | select ARCH_SPARSEMEM_ENABLE | ||
323 | select SYS_SUPPORTS_NUMA | ||
324 | |||
315 | # SH-5 Processor Support | 325 | # SH-5 Processor Support |
316 | 326 | ||
317 | config CPU_SUBTYPE_SH5_101 | 327 | config CPU_SUBTYPE_SH5_101 |
@@ -456,6 +466,7 @@ config SH_RTS7751R2D | |||
456 | bool "RTS7751R2D" | 466 | bool "RTS7751R2D" |
457 | depends on CPU_SUBTYPE_SH7751R | 467 | depends on CPU_SUBTYPE_SH7751R |
458 | select SYS_SUPPORTS_PCI | 468 | select SYS_SUPPORTS_PCI |
469 | select IO_TRAPPED | ||
459 | help | 470 | help |
460 | Select RTS7751R2D if configuring for a Renesas Technology | 471 | Select RTS7751R2D if configuring for a Renesas Technology |
461 | Sales SH-Graphics board. | 472 | Sales SH-Graphics board. |
@@ -472,6 +483,14 @@ config SH_HIGHLANDER | |||
472 | bool "Highlander" | 483 | bool "Highlander" |
473 | depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 | 484 | depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 |
474 | select SYS_SUPPORTS_PCI | 485 | select SYS_SUPPORTS_PCI |
486 | select IO_TRAPPED | ||
487 | |||
488 | config SH_MIGOR | ||
489 | bool "Migo-R" | ||
490 | depends on CPU_SUBTYPE_SH7722 | ||
491 | help | ||
492 | Select Migo-R if configuring for the SH7722 Migo-R platform | ||
493 | by Renesas System Solutions Asia Pte. Ltd. | ||
475 | 494 | ||
476 | config SH_EDOSK7705 | 495 | config SH_EDOSK7705 |
477 | bool "EDOSK7705" | 496 | bool "EDOSK7705" |