diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 08:41:37 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 08:41:37 -0400 |
commit | 939a24a6df24649cea9fd0ff54fe71ee0dc1d61e (patch) | |
tree | 75c71fec79583491ed0ae1038f906ce90d11192c /arch/sh/Kconfig | |
parent | e565b518ec3a62aebf54da31c65bb6036bb5a276 (diff) |
sh: Move out the solution engine headers to arch/sh/include/mach-se/
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 247 |
1 files changed, 2 insertions, 245 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 83d170ccb0f8..2b742206ba07 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -352,253 +352,10 @@ config CPU_SUBTYPE_SH5_103 | |||
352 | endchoice | 352 | endchoice |
353 | 353 | ||
354 | source "arch/sh/mm/Kconfig" | 354 | source "arch/sh/mm/Kconfig" |
355 | |||
355 | source "arch/sh/Kconfig.cpu" | 356 | source "arch/sh/Kconfig.cpu" |
356 | 357 | ||
357 | menu "Board support" | 358 | source "arch/sh/boards/Kconfig" |
358 | |||
359 | config SOLUTION_ENGINE | ||
360 | bool | ||
361 | |||
362 | config SH_SOLUTION_ENGINE | ||
363 | bool "SolutionEngine" | ||
364 | select SOLUTION_ENGINE | ||
365 | select CPU_HAS_IPR_IRQ | ||
366 | depends on CPU_SUBTYPE_SH7705 || CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7710 || \ | ||
367 | CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7750S || \ | ||
368 | CPU_SUBTYPE_SH7750R | ||
369 | help | ||
370 | Select SolutionEngine if configuring for a Hitachi SH7705, SH7709, | ||
371 | SH7710, SH7712, SH7750, SH7750S or SH7750R evaluation board. | ||
372 | |||
373 | config SH_7206_SOLUTION_ENGINE | ||
374 | bool "SolutionEngine7206" | ||
375 | select SOLUTION_ENGINE | ||
376 | depends on CPU_SUBTYPE_SH7206 | ||
377 | help | ||
378 | Select 7206 SolutionEngine if configuring for a Hitachi SH7206 | ||
379 | evaluation board. | ||
380 | |||
381 | config SH_7619_SOLUTION_ENGINE | ||
382 | bool "SolutionEngine7619" | ||
383 | select SOLUTION_ENGINE | ||
384 | depends on CPU_SUBTYPE_SH7619 | ||
385 | help | ||
386 | Select 7619 SolutionEngine if configuring for a Hitachi SH7619 | ||
387 | evaluation board. | ||
388 | |||
389 | config SH_7721_SOLUTION_ENGINE | ||
390 | bool "SolutionEngine7721" | ||
391 | select SOLUTION_ENGINE | ||
392 | depends on CPU_SUBTYPE_SH7721 | ||
393 | help | ||
394 | Select 7721 SolutionEngine if configuring for a Hitachi SH7721 | ||
395 | evaluation board. | ||
396 | |||
397 | config SH_7722_SOLUTION_ENGINE | ||
398 | bool "SolutionEngine7722" | ||
399 | select SOLUTION_ENGINE | ||
400 | depends on CPU_SUBTYPE_SH7722 | ||
401 | help | ||
402 | Select 7722 SolutionEngine if configuring for a Hitachi SH772 | ||
403 | evaluation board. | ||
404 | |||
405 | config SH_7751_SOLUTION_ENGINE | ||
406 | bool "SolutionEngine7751" | ||
407 | select SOLUTION_ENGINE | ||
408 | select CPU_HAS_IPR_IRQ | ||
409 | depends on CPU_SUBTYPE_SH7751 | ||
410 | help | ||
411 | Select 7751 SolutionEngine if configuring for a Hitachi SH7751 | ||
412 | evaluation board. | ||
413 | |||
414 | config SH_7780_SOLUTION_ENGINE | ||
415 | bool "SolutionEngine7780" | ||
416 | select SOLUTION_ENGINE | ||
417 | select SYS_SUPPORTS_PCI | ||
418 | depends on CPU_SUBTYPE_SH7780 | ||
419 | help | ||
420 | Select 7780 SolutionEngine if configuring for a Renesas SH7780 | ||
421 | evaluation board. | ||
422 | |||
423 | config SH_7343_SOLUTION_ENGINE | ||
424 | bool "SolutionEngine7343" | ||
425 | select SOLUTION_ENGINE | ||
426 | depends on CPU_SUBTYPE_SH7343 | ||
427 | help | ||
428 | Select 7343 SolutionEngine if configuring for a Hitachi | ||
429 | SH7343 (SH-Mobile 3AS) evaluation board. | ||
430 | |||
431 | config SH_7751_SYSTEMH | ||
432 | bool "SystemH7751R" | ||
433 | depends on CPU_SUBTYPE_SH7751R | ||
434 | help | ||
435 | Select SystemH if you are configuring for a Renesas SystemH | ||
436 | 7751R evaluation board. | ||
437 | |||
438 | config SH_HP6XX | ||
439 | bool "HP6XX" | ||
440 | select SYS_SUPPORTS_APM_EMULATION | ||
441 | select HD6446X_SERIES | ||
442 | depends on CPU_SUBTYPE_SH7709 | ||
443 | help | ||
444 | Select HP6XX if configuring for a HP jornada HP6xx. | ||
445 | More information (hardware only) at | ||
446 | <http://www.hp.com/jornada/>. | ||
447 | |||
448 | config SH_DREAMCAST | ||
449 | bool "Dreamcast" | ||
450 | select SYS_SUPPORTS_PCI | ||
451 | depends on CPU_SUBTYPE_SH7091 | ||
452 | help | ||
453 | Select Dreamcast if configuring for a SEGA Dreamcast. | ||
454 | More information at <http://www.linux-sh.org> | ||
455 | |||
456 | config SH_SH03 | ||
457 | bool "Interface CTP/PCI-SH03" | ||
458 | depends on CPU_SUBTYPE_SH7751 | ||
459 | select CPU_HAS_IPR_IRQ | ||
460 | select SYS_SUPPORTS_PCI | ||
461 | help | ||
462 | CTP/PCI-SH03 is a CPU module computer that is produced | ||
463 | by Interface Corporation. | ||
464 | More information at <http://www.interface.co.jp> | ||
465 | |||
466 | config SH_SECUREEDGE5410 | ||
467 | bool "SecureEdge5410" | ||
468 | depends on CPU_SUBTYPE_SH7751R | ||
469 | select CPU_HAS_IPR_IRQ | ||
470 | select SYS_SUPPORTS_PCI | ||
471 | help | ||
472 | Select SecureEdge5410 if configuring for a SnapGear SH board. | ||
473 | This includes both the OEM SecureEdge products as well as the | ||
474 | SME product line. | ||
475 | |||
476 | config SH_RTS7751R2D | ||
477 | bool "RTS7751R2D" | ||
478 | depends on CPU_SUBTYPE_SH7751R | ||
479 | select SYS_SUPPORTS_PCI | ||
480 | select IO_TRAPPED | ||
481 | help | ||
482 | Select RTS7751R2D if configuring for a Renesas Technology | ||
483 | Sales SH-Graphics board. | ||
484 | |||
485 | config SH_RSK7203 | ||
486 | bool "RSK7203" | ||
487 | depends on CPU_SUBTYPE_SH7203 | ||
488 | |||
489 | config SH_SDK7780 | ||
490 | bool "SDK7780R3" | ||
491 | depends on CPU_SUBTYPE_SH7780 | ||
492 | select SYS_SUPPORTS_PCI | ||
493 | help | ||
494 | Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3 | ||
495 | evaluation board. | ||
496 | |||
497 | config SH_HIGHLANDER | ||
498 | bool "Highlander" | ||
499 | depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 | ||
500 | select SYS_SUPPORTS_PCI | ||
501 | select IO_TRAPPED | ||
502 | |||
503 | config SH_SH7785LCR | ||
504 | bool "SH7785LCR" | ||
505 | depends on CPU_SUBTYPE_SH7785 | ||
506 | select SYS_SUPPORTS_PCI | ||
507 | select IO_TRAPPED | ||
508 | |||
509 | config SH_SH7785LCR_29BIT_PHYSMAPS | ||
510 | bool "SH7785LCR 29bit physmaps" | ||
511 | depends on SH_SH7785LCR | ||
512 | default y | ||
513 | help | ||
514 | This board has 2 physical memory maps. It can be changed with | ||
515 | DIP switch(S2-5). If you set the DIP switch for S2-5 = ON, | ||
516 | you can access all on-board device in 29bit address mode. | ||
517 | |||
518 | config SH_MIGOR | ||
519 | bool "Migo-R" | ||
520 | depends on CPU_SUBTYPE_SH7722 | ||
521 | help | ||
522 | Select Migo-R if configuring for the SH7722 Migo-R platform | ||
523 | by Renesas System Solutions Asia Pte. Ltd. | ||
524 | |||
525 | config SH_AP325RXA | ||
526 | bool "AP-325RXA" | ||
527 | depends on CPU_SUBTYPE_SH7723 | ||
528 | help | ||
529 | Renesas "AP-325RXA" support. | ||
530 | Compatible with ALGO SYSTEM CO.,LTD. "AP-320A" | ||
531 | |||
532 | config SH_SH7763RDP | ||
533 | bool "SH7763RDP" | ||
534 | depends on CPU_SUBTYPE_SH7763 | ||
535 | help | ||
536 | Select SH7763RDP if configuring for a Renesas SH7763 | ||
537 | evaluation board. | ||
538 | |||
539 | config SH_EDOSK7705 | ||
540 | bool "EDOSK7705" | ||
541 | depends on CPU_SUBTYPE_SH7705 | ||
542 | |||
543 | config SH_SH4202_MICRODEV | ||
544 | bool "SH4-202 MicroDev" | ||
545 | depends on CPU_SUBTYPE_SH4_202 | ||
546 | help | ||
547 | Select SH4-202 MicroDev if configuring for a SuperH MicroDev board | ||
548 | with an SH4-202 CPU. | ||
549 | |||
550 | config SH_LANDISK | ||
551 | bool "LANDISK" | ||
552 | depends on CPU_SUBTYPE_SH7751R | ||
553 | select SYS_SUPPORTS_PCI | ||
554 | help | ||
555 | I-O DATA DEVICE, INC. "LANDISK Series" support. | ||
556 | |||
557 | config SH_TITAN | ||
558 | bool "TITAN" | ||
559 | depends on CPU_SUBTYPE_SH7751R | ||
560 | select CPU_HAS_IPR_IRQ | ||
561 | select SYS_SUPPORTS_PCI | ||
562 | help | ||
563 | Select Titan if you are configuring for a Nimble Microsystems | ||
564 | NetEngine NP51R. | ||
565 | |||
566 | config SH_SHMIN | ||
567 | bool "SHMIN" | ||
568 | depends on CPU_SUBTYPE_SH7706 | ||
569 | select CPU_HAS_IPR_IRQ | ||
570 | help | ||
571 | Select SHMIN if configuring for the SHMIN board. | ||
572 | |||
573 | config SH_LBOX_RE2 | ||
574 | bool "L-BOX RE2" | ||
575 | depends on CPU_SUBTYPE_SH7751R | ||
576 | select SYS_SUPPORTS_PCI | ||
577 | help | ||
578 | Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2. | ||
579 | |||
580 | config SH_X3PROTO | ||
581 | bool "SH-X3 Prototype board" | ||
582 | depends on CPU_SUBTYPE_SHX3 | ||
583 | |||
584 | config SH_MAGIC_PANEL_R2 | ||
585 | bool "Magic Panel R2" | ||
586 | depends on CPU_SUBTYPE_SH7720 | ||
587 | help | ||
588 | Select Magic Panel R2 if configuring for Magic Panel R2. | ||
589 | |||
590 | config SH_CAYMAN | ||
591 | bool "Hitachi Cayman" | ||
592 | depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103 | ||
593 | select SYS_SUPPORTS_PCI | ||
594 | |||
595 | endmenu | ||
596 | |||
597 | source "arch/sh/boards/mach-r2d/Kconfig" | ||
598 | source "arch/sh/boards/mach-highlander/Kconfig" | ||
599 | source "arch/sh/boards/mach-sdk7780/Kconfig" | ||
600 | source "arch/sh/boards/mach-migor/Kconfig" | ||
601 | source "arch/sh/boards/mach-magicpanelr2/Kconfig" | ||
602 | 359 | ||
603 | menu "Timer and clock configuration" | 360 | menu "Timer and clock configuration" |
604 | 361 | ||