Kconfig (7c93d87d09813e32724b572530abe5b5405ab1d1) | Kconfig (cbe9da029d9cc4fff59d559789885079a84a0af8) |
---|---|
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 --- 481 unchanged lines hidden (view full) --- 490 evaluation board. 491 492config SH_HIGHLANDER 493 bool "Highlander" 494 depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 495 select SYS_SUPPORTS_PCI 496 select IO_TRAPPED 497 | 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 --- 481 unchanged lines hidden (view full) --- 490 evaluation board. 491 492config SH_HIGHLANDER 493 bool "Highlander" 494 depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 495 select SYS_SUPPORTS_PCI 496 select IO_TRAPPED 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 |
|
498config SH_MIGOR 499 bool "Migo-R" 500 depends on CPU_SUBTYPE_SH7722 501 help 502 Select Migo-R if configuring for the SH7722 Migo-R platform 503 by Renesas System Solutions Asia Pte. Ltd. 504 505config SH_AP325RXA --- 449 unchanged lines hidden --- | 513config SH_MIGOR 514 bool "Migo-R" 515 depends on CPU_SUBTYPE_SH7722 516 help 517 Select Migo-R if configuring for the SH7722 Migo-R platform 518 by Renesas System Solutions Asia Pte. Ltd. 519 520config SH_AP325RXA --- 449 unchanged lines hidden --- |