Kconfig (963c6527e0a0e285736ad482b8142d098f9c2288) | Kconfig (06bfb7eb1535822a3338ffea9918e22215abed90) |
---|---|
1# 2# Misc strange devices 3# 4 5menuconfig MISC_DEVICES 6 bool "Misc devices" 7 default y | 1# 2# Misc strange devices 3# 4 5menuconfig MISC_DEVICES 6 bool "Misc devices" 7 default y |
8 ---help--- 9 Say Y here to get to see options for device drivers from various 10 different categories. This option alone does not add any kernel code. |
|
8 | 11 |
12 If you say N, all options in this submenu will be skipped and disabled. 13 |
|
9if MISC_DEVICES 10 11config IBM_ASM 12 tristate "Device driver for IBM RSA service processor" 13 depends on X86 && PCI && INPUT && 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. --- 205 unchanged lines hidden --- | 14if MISC_DEVICES 15 16config IBM_ASM 17 tristate "Device driver for IBM RSA service processor" 18 depends on X86 && PCI && INPUT && EXPERIMENTAL 19 ---help--- 20 This option enables device driver support for in-band access to the 21 IBM RSA (Condor) service processor in eServer xSeries systems. --- 205 unchanged lines hidden --- |