Kconfig (6d32c850621b0be75777b9102b14f6268bbd9f0f) | Kconfig (ce816fa88cca083c47ab9000b2138a83043a78be) |
---|---|
1menu "Board support" 2 3config SOLUTION_ENGINE 4 bool 5 6config SH_ALPHA_BOARD 7 bool 8 --- 144 unchanged lines hidden (view full) --- 153 help 154 Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3 155 evaluation board. 156 157config SH_SDK7786 158 bool "SDK7786" 159 depends on CPU_SUBTYPE_SH7786 160 select SYS_SUPPORTS_PCI | 1menu "Board support" 2 3config SOLUTION_ENGINE 4 bool 5 6config SH_ALPHA_BOARD 7 bool 8 --- 144 unchanged lines hidden (view full) --- 153 help 154 Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3 155 evaluation board. 156 157config SH_SDK7786 158 bool "SDK7786" 159 depends on CPU_SUBTYPE_SH7786 160 select SYS_SUPPORTS_PCI |
161 select NO_IOPORT if !PCI | 161 select NO_IOPORT_MAP if !PCI |
162 select ARCH_WANT_OPTIONAL_GPIOLIB 163 select HAVE_SRAM_POOL 164 select REGULATOR_FIXED_VOLTAGE if REGULATOR 165 help 166 Select SDK7786 if configuring for a Renesas Technology Europe 167 SH7786-65nm board. 168 169config SH_HIGHLANDER --- 29 unchanged lines hidden (view full) --- 199 help 200 If you use prototype board, this option is enabled. 201 202config SH_URQUELL 203 bool "Urquell" 204 depends on CPU_SUBTYPE_SH7786 205 select ARCH_REQUIRE_GPIOLIB 206 select SYS_SUPPORTS_PCI | 162 select ARCH_WANT_OPTIONAL_GPIOLIB 163 select HAVE_SRAM_POOL 164 select REGULATOR_FIXED_VOLTAGE if REGULATOR 165 help 166 Select SDK7786 if configuring for a Renesas Technology Europe 167 SH7786-65nm board. 168 169config SH_HIGHLANDER --- 29 unchanged lines hidden (view full) --- 199 help 200 If you use prototype board, this option is enabled. 201 202config SH_URQUELL 203 bool "Urquell" 204 depends on CPU_SUBTYPE_SH7786 205 select ARCH_REQUIRE_GPIOLIB 206 select SYS_SUPPORTS_PCI |
207 select NO_IOPORT if !PCI | 207 select NO_IOPORT_MAP if !PCI |
208 209config SH_MIGOR 210 bool "Migo-R" 211 depends on CPU_SUBTYPE_SH7722 212 select ARCH_REQUIRE_GPIOLIB 213 select REGULATOR_FIXED_VOLTAGE if REGULATOR 214 help 215 Select Migo-R if configuring for the SH7722 Migo-R platform --- 85 unchanged lines hidden (view full) --- 301 depends on CPU_SUBTYPE_SH7751R 302 select SYS_SUPPORTS_PCI 303 help 304 Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2. 305 306config SH_X3PROTO 307 bool "SH-X3 Prototype board" 308 depends on CPU_SUBTYPE_SHX3 | 208 209config SH_MIGOR 210 bool "Migo-R" 211 depends on CPU_SUBTYPE_SH7722 212 select ARCH_REQUIRE_GPIOLIB 213 select REGULATOR_FIXED_VOLTAGE if REGULATOR 214 help 215 Select Migo-R if configuring for the SH7722 Migo-R platform --- 85 unchanged lines hidden (view full) --- 301 depends on CPU_SUBTYPE_SH7751R 302 select SYS_SUPPORTS_PCI 303 help 304 Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2. 305 306config SH_X3PROTO 307 bool "SH-X3 Prototype board" 308 depends on CPU_SUBTYPE_SHX3 |
309 select NO_IOPORT if !PCI | 309 select NO_IOPORT_MAP if !PCI |
310 select IRQ_DOMAIN 311 312config SH_MAGIC_PANEL_R2 313 bool "Magic Panel R2" 314 depends on CPU_SUBTYPE_SH7720 315 select ARCH_REQUIRE_GPIOLIB 316 select REGULATOR_FIXED_VOLTAGE if REGULATOR 317 help --- 10 unchanged lines hidden (view full) --- 328 select CPU_HAS_IPR_IRQ 329 select REGULATOR_FIXED_VOLTAGE if REGULATOR 330 depends on CPU_SUBTYPE_SH7709 331 help 332 Select if configuring for an SMSC Polaris development board 333 334config SH_SH2007 335 bool "SH-2007 board" | 310 select IRQ_DOMAIN 311 312config SH_MAGIC_PANEL_R2 313 bool "Magic Panel R2" 314 depends on CPU_SUBTYPE_SH7720 315 select ARCH_REQUIRE_GPIOLIB 316 select REGULATOR_FIXED_VOLTAGE if REGULATOR 317 help --- 10 unchanged lines hidden (view full) --- 328 select CPU_HAS_IPR_IRQ 329 select REGULATOR_FIXED_VOLTAGE if REGULATOR 330 depends on CPU_SUBTYPE_SH7709 331 help 332 Select if configuring for an SMSC Polaris development board 333 334config SH_SH2007 335 bool "SH-2007 board" |
336 select NO_IOPORT | 336 select NO_IOPORT_MAP |
337 select REGULATOR_FIXED_VOLTAGE if REGULATOR 338 depends on CPU_SUBTYPE_SH7780 339 help 340 SH-2007 is a single-board computer based around SH7780 chip 341 intended for embedded applications. 342 It has an Ethernet interface (SMC9118), direct connected 343 Compact Flash socket, two serial ports and PC-104 bus. 344 More information at <http://sh2000.sh-linux.org>. --- 39 unchanged lines hidden --- | 337 select REGULATOR_FIXED_VOLTAGE if REGULATOR 338 depends on CPU_SUBTYPE_SH7780 339 help 340 SH-2007 is a single-board computer based around SH7780 chip 341 intended for embedded applications. 342 It has an Ethernet interface (SMC9118), direct connected 343 Compact Flash socket, two serial ports and PC-104 bus. 344 More information at <http://sh2000.sh-linux.org>. --- 39 unchanged lines hidden --- |