Kconfig (c2439a0890f51dd5f1ca45cf4b0dbe2ce131d533) | Kconfig (4862ec073975e28f432f164405e60fa6f5c9d071) |
---|---|
1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux/SuperH Kernel Configuration" 7 8config SUPERH --- 441 unchanged lines hidden (view full) --- 450config SH_RTS7751R2D 451 bool "RTS7751R2D" 452 depends on CPU_SUBTYPE_SH7751R 453 select SYS_SUPPORTS_PCI 454 help 455 Select RTS7751R2D if configuring for a Renesas Technology 456 Sales SH-Graphics board. 457 | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "Linux/SuperH Kernel Configuration" 7 8config SUPERH --- 441 unchanged lines hidden (view full) --- 450config SH_RTS7751R2D 451 bool "RTS7751R2D" 452 depends on CPU_SUBTYPE_SH7751R 453 select SYS_SUPPORTS_PCI 454 help 455 Select RTS7751R2D if configuring for a Renesas Technology 456 Sales SH-Graphics board. 457 |
458config SH_SDK7780 459 bool "SDK7780R3" 460 depends on CPU_SUBTYPE_SH7780 461 select SYS_SUPPORTS_PCI 462 help 463 Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3 464 evaluation board. 465 |
|
458config SH_HIGHLANDER 459 bool "Highlander" 460 depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 461 select SYS_SUPPORTS_PCI 462 463config SH_EDOSK7705 464 bool "EDOSK7705" 465 depends on CPU_SUBTYPE_SH7705 --- 49 unchanged lines hidden (view full) --- 515 bool "Hitachi Cayman" 516 depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103 517 select SYS_SUPPORTS_PCI 518 519endmenu 520 521source "arch/sh/boards/renesas/rts7751r2d/Kconfig" 522source "arch/sh/boards/renesas/r7780rp/Kconfig" | 466config SH_HIGHLANDER 467 bool "Highlander" 468 depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 469 select SYS_SUPPORTS_PCI 470 471config SH_EDOSK7705 472 bool "EDOSK7705" 473 depends on CPU_SUBTYPE_SH7705 --- 49 unchanged lines hidden (view full) --- 523 bool "Hitachi Cayman" 524 depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103 525 select SYS_SUPPORTS_PCI 526 527endmenu 528 529source "arch/sh/boards/renesas/rts7751r2d/Kconfig" 530source "arch/sh/boards/renesas/r7780rp/Kconfig" |
531source "arch/sh/boards/renesas/sdk7780/Kconfig" |
|
523source "arch/sh/boards/magicpanelr2/Kconfig" 524 525menu "Timer and clock configuration" 526 527config SH_TMU 528 def_bool y 529 prompt "TMU timer support" 530 depends on CPU_SH3 || CPU_SH4 --- 364 unchanged lines hidden --- | 532source "arch/sh/boards/magicpanelr2/Kconfig" 533 534menu "Timer and clock configuration" 535 536config SH_TMU 537 def_bool y 538 prompt "TMU timer support" 539 depends on CPU_SH3 || CPU_SH4 --- 364 unchanged lines hidden --- |