Kconfig (824e55f95f871d492cd095d7694df3cfcad1f8f5) Kconfig (2b1bd1ac5d4bffe3fd542bfe1784a583bd7df4fa)
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

--- 390 unchanged lines hidden (view full) ---

399 Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2.
400
401endmenu
402
403source "arch/sh/boards/renesas/hs7751rvoip/Kconfig"
404source "arch/sh/boards/renesas/rts7751r2d/Kconfig"
405source "arch/sh/boards/renesas/r7780rp/Kconfig"
406
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

--- 390 unchanged lines hidden (view full) ---

399 Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2.
400
401endmenu
402
403source "arch/sh/boards/renesas/hs7751rvoip/Kconfig"
404source "arch/sh/boards/renesas/rts7751r2d/Kconfig"
405source "arch/sh/boards/renesas/r7780rp/Kconfig"
406
407config CF_ENABLER
408 bool "Compact Flash Enabler support"
409 depends on SH_SOLUTION_ENGINE || SH_SH03
410 ---help---
411 Compact Flash is a small, removable mass storage device introduced
412 in 1994 originally as a PCMCIA device. If you say `Y' here, you
413 compile in support for Compact Flash devices directly connected to
414 a SuperH processor. A Compact Flash FAQ is available at
415 <http://www.compactflash.org/faqs/faq.htm>.
416
417 If your board has "Directly Connected" CompactFlash at area 5 or 6,
418 you may want to enable this option. Then, you can use CF as
419 primary IDE drive (only tested for SanDisk).
420
421 If in doubt, select 'N'.
422
423choice
424 prompt "Compact Flash Connection Area"
425 depends on CF_ENABLER
426 default CF_AREA6
427
428config CF_AREA5
429 bool "Area5"
430 help
431 If your board has "Directly Connected" CompactFlash, You should
432 select the area where your CF is connected to.
433
434 - "Area5" if CompactFlash is connected to Area 5 (0x14000000)
435 - "Area6" if it is connected to Area 6 (0x18000000)
436
437 "Area6" will work for most boards.
438
439config CF_AREA6
440 bool "Area6"
441
442endchoice
443
444config CF_BASE_ADDR
445 hex
446 depends on CF_ENABLER
447 default "0xb8000000" if CF_AREA6
448 default "0xb4000000" if CF_AREA5
449
450
407menu "Timer and clock configuration"
408
409config SH_TMU
410 bool "TMU timer support"
411 depends on CPU_SH3 || CPU_SH4
412 select GENERIC_TIME
413 select GENERIC_CLOCKEVENTS
414 default y

--- 134 unchanged lines hidden (view full) ---

549 at <http://www.tldp.org/docs.html#howto>.
550
551 If you don't know what to do here, say N.
552
553config NR_CPUS
554 int "Maximum number of CPUs (2-32)"
555 range 2 32
556 depends on SMP
451menu "Timer and clock configuration"
452
453config SH_TMU
454 bool "TMU timer support"
455 depends on CPU_SH3 || CPU_SH4
456 select GENERIC_TIME
457 select GENERIC_CLOCKEVENTS
458 default y

--- 134 unchanged lines hidden (view full) ---

593 at <http://www.tldp.org/docs.html#howto>.
594
595 If you don't know what to do here, say N.
596
597config NR_CPUS
598 int "Maximum number of CPUs (2-32)"
599 range 2 32
600 depends on SMP
601 default "4" if CPU_SHX3
557 default "2"
558 help
559 This allows you to specify the maximum number of CPUs which this
560 kernel will support. The maximum supported value is 32 and the
561 minimum value which makes sense is 2.
562
563 This is purely to save memory - each supported CPU adds
564 approximately eight kilobytes to the kernel image.

--- 91 unchanged lines hidden (view full) ---

656
657config SBUS
658 bool
659
660config SUPERHYWAY
661 tristate "SuperHyway Bus support"
662 depends on CPU_SUBTYPE_SH4_202
663
602 default "2"
603 help
604 This allows you to specify the maximum number of CPUs which this
605 kernel will support. The maximum supported value is 32 and the
606 minimum value which makes sense is 2.
607
608 This is purely to save memory - each supported CPU adds
609 approximately eight kilobytes to the kernel image.

--- 91 unchanged lines hidden (view full) ---

701
702config SBUS
703 bool
704
705config SUPERHYWAY
706 tristate "SuperHyway Bus support"
707 depends on CPU_SUBTYPE_SH4_202
708
664config CF_ENABLER
665 bool "Compact Flash Enabler support"
666 depends on SOLUTION_ENGINE || SH_SH03
667 ---help---
668 Compact Flash is a small, removable mass storage device introduced
669 in 1994 originally as a PCMCIA device. If you say `Y' here, you
670 compile in support for Compact Flash devices directly connected to
671 a SuperH processor. A Compact Flash FAQ is available at
672 <http://www.compactflash.org/faqs/faq.htm>.
673
674 If your board has "Directly Connected" CompactFlash at area 5 or 6,
675 you may want to enable this option. Then, you can use CF as
676 primary IDE drive (only tested for SanDisk).
677
678 If in doubt, select 'N'.
679
680choice
681 prompt "Compact Flash Connection Area"
682 depends on CF_ENABLER
683 default CF_AREA6
684
685config CF_AREA5
686 bool "Area5"
687 help
688 If your board has "Directly Connected" CompactFlash, You should
689 select the area where your CF is connected to.
690
691 - "Area5" if CompactFlash is connected to Area 5 (0x14000000)
692 - "Area6" if it is connected to Area 6 (0x18000000)
693
694 "Area6" will work for most boards.
695
696config CF_AREA6
697 bool "Area6"
698
699endchoice
700
701config CF_BASE_ADDR
702 hex
703 depends on CF_ENABLER
704 default "0xb8000000" if CF_AREA6
705 default "0xb4000000" if CF_AREA5
706
707source "arch/sh/drivers/pci/Kconfig"
708
709source "drivers/pci/Kconfig"
710
711source "drivers/pcmcia/Kconfig"
712
713source "drivers/pci/hotplug/Kconfig"
714

--- 30 unchanged lines hidden ---
709source "arch/sh/drivers/pci/Kconfig"
710
711source "drivers/pci/Kconfig"
712
713source "drivers/pcmcia/Kconfig"
714
715source "drivers/pci/hotplug/Kconfig"
716

--- 30 unchanged lines hidden ---