Kconfig (62ec30d45ecbb85b5991474c8f04192697687495) | Kconfig (f38954c93c4a548f55d73ac5c1cf5e7f4023bb6c) |
---|---|
1# 2# Misc strange devices 3# 4 5menuconfig MISC_DEVICES 6 bool "Misc devices" 7 default y 8 ---help--- --- 422 unchanged lines hidden (view full) --- 431 An SGI machine can be divided into multiple Single System 432 Images which act independently of each other and have 433 hardware based memory protection from the others. Enabling 434 this feature will allow for direct communication between SSIs 435 based on a network adapter and DMA messaging. 436 437config HP_ILO 438 tristate "Channel interface driver for HP iLO/iLO2 processor" | 1# 2# Misc strange devices 3# 4 5menuconfig MISC_DEVICES 6 bool "Misc devices" 7 default y 8 ---help--- --- 422 unchanged lines hidden (view full) --- 431 An SGI machine can be divided into multiple Single System 432 Images which act independently of each other and have 433 hardware based memory protection from the others. Enabling 434 this feature will allow for direct communication between SSIs 435 based on a network adapter and DMA messaging. 436 437config HP_ILO 438 tristate "Channel interface driver for HP iLO/iLO2 processor" |
439 depends on PCI |
|
439 default n 440 help 441 The channel interface driver allows applications to communicate 442 with iLO/iLO2 management processors present on HP ProLiant 443 servers. Upon loading, the driver creates /dev/hpilo/dXccbN files, 444 which can be used to gather data from the management processor, 445 via read and write system calls. 446 447 To compile this driver as a module, choose M here: the 448 module will be called hpilo. 449 450endif # MISC_DEVICES | 440 default n 441 help 442 The channel interface driver allows applications to communicate 443 with iLO/iLO2 management processors present on HP ProLiant 444 servers. Upon loading, the driver creates /dev/hpilo/dXccbN files, 445 which can be used to gather data from the management processor, 446 via read and write system calls. 447 448 To compile this driver as a module, choose M here: the 449 module will be called hpilo. 450 451endif # MISC_DEVICES |