Kconfig (46bd58eab21650fe820e4e3a27a6a134892cc2eb) Kconfig (ee694d6b4106ca09dcf23f839b44efd152a1da82)
1#
2# Misc strange devices
3#
4
5menuconfig MISC_DEVICES
6 bool "Misc devices"
7 default y
8 ---help---

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

422 Provides support for intelligent enclosures (bays which
423 contain storage devices). You also need either a host
424 driver (SCSI/ATA) which supports enclosures
425 or a SCSI enclosure device (SES) to use these services.
426
427config SGI_XP
428 tristate "Support communication between SGI SSIs"
429 depends on NET
1#
2# Misc strange devices
3#
4
5menuconfig MISC_DEVICES
6 bool "Misc devices"
7 default y
8 ---help---

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

422 Provides support for intelligent enclosures (bays which
423 contain storage devices). You also need either a host
424 driver (SCSI/ATA) which supports enclosures
425 or a SCSI enclosure device (SES) to use these services.
426
427config SGI_XP
428 tristate "Support communication between SGI SSIs"
429 depends on NET
430 depends on IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || (X86_64 && SMP)
430 depends on (IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || X86_64) && SMP
431 select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
432 select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
431 select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
432 select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
433 select SGI_GRU if IA64_GENERIC || IA64_SGI_UV || (X86_64 && SMP)
433 select SGI_GRU if (IA64_GENERIC || IA64_SGI_UV || X86_64) && SMP
434 ---help---
435 An SGI machine can be divided into multiple Single System
436 Images which act independently of each other and have
437 hardware based memory protection from the others. Enabling
438 this feature will allow for direct communication between SSIs
439 based on a network adapter and DMA messaging.
440
441config HP_ILO

--- 37 unchanged lines hidden ---
434 ---help---
435 An SGI machine can be divided into multiple Single System
436 Images which act independently of each other and have
437 hardware based memory protection from the others. Enabling
438 this feature will allow for direct communication between SSIs
439 based on a network adapter and DMA messaging.
440
441config HP_ILO

--- 37 unchanged lines hidden ---