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