Kconfig (db1b39d8b860e3716620c225bc86e0ec41764e34) | Kconfig (376df37a5b472ff9a0b71218fc50576ef3803275) |
---|---|
1# 2# Misc strange devices 3# 4 | 1# 2# Misc strange devices 3# 4 |
5menu "Misc devices" | 5menuconfig MISC_STRANGE_DEV 6 bool "Misc devices" 7 default y |
6 | 8 |
9if MISC_STRANGE_DEV 10 |
|
7config IBM_ASM 8 tristate "Device driver for IBM RSA service processor" 9 depends on X86 && PCI && EXPERIMENTAL 10 ---help--- 11 This option enables device driver support for in-band access to the 12 IBM RSA (Condor) service processor in eServer xSeries systems. 13 The ibmasm device driver allows user space application to access 14 ASM (Advanced Systems Management) functions on the service --- 172 unchanged lines hidden (view full) --- 187 default y 188 ---help--- 189 Allows the thinkpad_acpi driver to handle removable bays. It will 190 eletrically disable the device in the bay, and also generate 191 notifications when the bay lever is ejected or inserted. 192 193 If you are not sure, say Y here. 194 | 11config IBM_ASM 12 tristate "Device driver for IBM RSA service processor" 13 depends on X86 && PCI && EXPERIMENTAL 14 ---help--- 15 This option enables device driver support for in-band access to the 16 IBM RSA (Condor) service processor in eServer xSeries systems. 17 The ibmasm device driver allows user space application to access 18 ASM (Advanced Systems Management) functions on the service --- 172 unchanged lines hidden (view full) --- 191 default y 192 ---help--- 193 Allows the thinkpad_acpi driver to handle removable bays. It will 194 eletrically disable the device in the bay, and also generate 195 notifications when the bay lever is ejected or inserted. 196 197 If you are not sure, say Y here. 198 |
195endmenu | 199endif # MISC_STRANGE_DEV |