Kconfig (97eb3f24352ec6632c2127b35d8087d2a809a9b9) | Kconfig (d47d81c0e9abdc3c88653fabff5beae82c949b09) |
---|---|
1menu "Generic Driver Options" 2 3config UEVENT_HELPER_PATH 4 string "path to uevent helper" 5 depends on HOTPLUG 6 default "" 7 help 8 Path to uevent helper program forked by the kernel for --- 154 unchanged lines hidden (view full) --- 163 switched on and off from sysfs node. 164 165 If you are unsure about this, Say N here. 166 167config SYS_HYPERVISOR 168 bool 169 default n 170 | 1menu "Generic Driver Options" 2 3config UEVENT_HELPER_PATH 4 string "path to uevent helper" 5 depends on HOTPLUG 6 default "" 7 help 8 Path to uevent helper program forked by the kernel for --- 154 unchanged lines hidden (view full) --- 163 switched on and off from sysfs node. 164 165 If you are unsure about this, Say N here. 166 167config SYS_HYPERVISOR 168 bool 169 default n 170 |
171config ARCH_NO_SYSDEV_OPS 172 bool 173 ---help--- 174 To be selected by architectures that don't use sysdev class or 175 sysdev driver power management (suspend/resume) and shutdown 176 operations. 177 |
|
171endmenu | 178endmenu |