Kconfig (f838bad1b3be8ca0c785ee0e0c570dfda74cf377) | Kconfig (45d9ca492e4bd1522d1b5bd125c2908f1cee3d4a) |
---|---|
1# 2# Misc strange devices 3# 4 5menuconfig MISC_DEVICES 6 bool "Misc devices" 7 default y 8 ---help--- --- 346 unchanged lines hidden (view full) --- 355 tristate "Enclosure Services" 356 default n 357 help 358 Provides support for intelligent enclosures (bays which 359 contain storage devices). You also need either a host 360 driver (SCSI/ATA) which supports enclosures 361 or a SCSI enclosure device (SES) to use these services. 362 | 1# 2# Misc strange devices 3# 4 5menuconfig MISC_DEVICES 6 bool "Misc devices" 7 default y 8 ---help--- --- 346 unchanged lines hidden (view full) --- 355 tristate "Enclosure Services" 356 default n 357 help 358 Provides support for intelligent enclosures (bays which 359 contain storage devices). You also need either a host 360 driver (SCSI/ATA) which supports enclosures 361 or a SCSI enclosure device (SES) to use these services. 362 |
363config SGI_XP 364 tristate "Support communication between SGI SSIs" 365 depends on IA64_GENERIC || IA64_SGI_SN2 366 select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 367 select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 368 ---help--- 369 An SGI machine can be divided into multiple Single System 370 Images which act independently of each other and have 371 hardware based memory protection from the others. Enabling 372 this feature will allow for direct communication between SSIs 373 based on a network adapter and DMA messaging. 374 |
|
363endif # MISC_DEVICES | 375endif # MISC_DEVICES |