diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 81894f0985aa..0b88dc462d73 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -8,6 +8,7 @@ mainmenu "Linux/SuperH Kernel Configuration" | |||
8 | config SUPERH | 8 | config SUPERH |
9 | def_bool y | 9 | def_bool y |
10 | select EMBEDDED | 10 | select EMBEDDED |
11 | select HAVE_CLK | ||
11 | select HAVE_IDE | 12 | select HAVE_IDE |
12 | select HAVE_OPROFILE | 13 | select HAVE_OPROFILE |
13 | select HAVE_GENERIC_DMA_COHERENT | 14 | select HAVE_GENERIC_DMA_COHERENT |
@@ -477,6 +478,10 @@ config SH_RTS7751R2D | |||
477 | Select RTS7751R2D if configuring for a Renesas Technology | 478 | Select RTS7751R2D if configuring for a Renesas Technology |
478 | Sales SH-Graphics board. | 479 | Sales SH-Graphics board. |
479 | 480 | ||
481 | config SH_RSK7203 | ||
482 | bool "RSK7203" | ||
483 | depends on CPU_SUBTYPE_SH7203 | ||
484 | |||
480 | config SH_SDK7780 | 485 | config SH_SDK7780 |
481 | bool "SDK7780R3" | 486 | bool "SDK7780R3" |
482 | depends on CPU_SUBTYPE_SH7780 | 487 | depends on CPU_SUBTYPE_SH7780 |
@@ -491,6 +496,21 @@ config SH_HIGHLANDER | |||
491 | select SYS_SUPPORTS_PCI | 496 | select SYS_SUPPORTS_PCI |
492 | select IO_TRAPPED | 497 | select IO_TRAPPED |
493 | 498 | ||
499 | config SH_SH7785LCR | ||
500 | bool "SH7785LCR" | ||
501 | depends on CPU_SUBTYPE_SH7785 | ||
502 | select SYS_SUPPORTS_PCI | ||
503 | select IO_TRAPPED | ||
504 | |||
505 | config SH_SH7785LCR_29BIT_PHYSMAPS | ||
506 | bool "SH7785LCR 29bit physmaps" | ||
507 | depends on SH_SH7785LCR | ||
508 | default y | ||
509 | help | ||
510 | This board has 2 physical memory maps. It can be changed with | ||
511 | DIP switch(S2-5). If you set the DIP switch for S2-5 = ON, | ||
512 | you can access all on-board device in 29bit address mode. | ||
513 | |||
494 | config SH_MIGOR | 514 | config SH_MIGOR |
495 | bool "Migo-R" | 515 | bool "Migo-R" |
496 | depends on CPU_SUBTYPE_SH7722 | 516 | depends on CPU_SUBTYPE_SH7722 |
@@ -498,6 +518,20 @@ config SH_MIGOR | |||
498 | Select Migo-R if configuring for the SH7722 Migo-R platform | 518 | Select Migo-R if configuring for the SH7722 Migo-R platform |
499 | by Renesas System Solutions Asia Pte. Ltd. | 519 | by Renesas System Solutions Asia Pte. Ltd. |
500 | 520 | ||
521 | config SH_AP325RXA | ||
522 | bool "AP-325RXA" | ||
523 | depends on CPU_SUBTYPE_SH7723 | ||
524 | help | ||
525 | Renesas "AP-325RXA" support. | ||
526 | Compatible with ALGO SYSTEM CO.,LTD. "AP-320A" | ||
527 | |||
528 | config SH_SH7763RDP | ||
529 | bool "SH7763RDP" | ||
530 | depends on CPU_SUBTYPE_SH7763 | ||
531 | help | ||
532 | Select SH7763RDP if configuring for a Renesas SH7763 | ||
533 | evaluation board. | ||
534 | |||
501 | config SH_EDOSK7705 | 535 | config SH_EDOSK7705 |
502 | bool "EDOSK7705" | 536 | bool "EDOSK7705" |
503 | depends on CPU_SUBTYPE_SH7705 | 537 | depends on CPU_SUBTYPE_SH7705 |
@@ -559,6 +593,7 @@ endmenu | |||
559 | source "arch/sh/boards/renesas/rts7751r2d/Kconfig" | 593 | source "arch/sh/boards/renesas/rts7751r2d/Kconfig" |
560 | source "arch/sh/boards/renesas/r7780rp/Kconfig" | 594 | source "arch/sh/boards/renesas/r7780rp/Kconfig" |
561 | source "arch/sh/boards/renesas/sdk7780/Kconfig" | 595 | source "arch/sh/boards/renesas/sdk7780/Kconfig" |
596 | source "arch/sh/boards/renesas/migor/Kconfig" | ||
562 | source "arch/sh/boards/magicpanelr2/Kconfig" | 597 | source "arch/sh/boards/magicpanelr2/Kconfig" |
563 | 598 | ||
564 | menu "Timer and clock configuration" | 599 | menu "Timer and clock configuration" |