Kconfig (39fe5434cb9de5da40510028b17b96bc4eb312b3) | Kconfig (0dfe6e7ed47feeb22f3cf8c7d8ac7e65bd4e87f5) |
---|---|
1# 2# IPMI device configuration 3# 4 5menuconfig IPMI_HANDLER 6 tristate 'IPMI top-level message handler' 7 depends on HAS_IOMEM 8 help --- 36 unchanged lines hidden (view full) --- 45 46config IPMI_SI 47 tristate 'IPMI System Interface handler' 48 help 49 Provides a driver for System Interfaces (KCS, SMIC, BT). 50 Currently, only KCS and SMIC are supported. If 51 you are using IPMI, you should probably say "y" here. 52 | 1# 2# IPMI device configuration 3# 4 5menuconfig IPMI_HANDLER 6 tristate 'IPMI top-level message handler' 7 depends on HAS_IOMEM 8 help --- 36 unchanged lines hidden (view full) --- 45 46config IPMI_SI 47 tristate 'IPMI System Interface handler' 48 help 49 Provides a driver for System Interfaces (KCS, SMIC, BT). 50 Currently, only KCS and SMIC are supported. If 51 you are using IPMI, you should probably say "y" here. 52 |
53config IPMI_SI_PROBE_DEFAULTS 54 bool 'Probe for all possible IPMI system interfaces by default' 55 default n 56 depends on IPMI_SI 57 help 58 Modern systems will usually expose IPMI interfaces via a discoverable 59 firmware mechanism such as ACPI or DMI. Older systems do not, and so 60 the driver is forced to probe hardware manually. This may cause boot 61 delays. Say "n" here to disable this manual probing. IPMI will then 62 only be available on older systems if the "ipmi_si_intf.trydefaults=1" 63 boot argument is passed. 64 |
|
53config IPMI_WATCHDOG 54 tristate 'IPMI Watchdog Timer' 55 help 56 This enables the IPMI watchdog timer. 57 58config IPMI_POWEROFF 59 tristate 'IPMI Poweroff' 60 help 61 This enables a function to power off the system with IPMI if 62 the IPMI management controller is capable of this. 63 64endif # IPMI_HANDLER | 65config IPMI_WATCHDOG 66 tristate 'IPMI Watchdog Timer' 67 help 68 This enables the IPMI watchdog timer. 69 70config IPMI_POWEROFF 71 tristate 'IPMI Poweroff' 72 help 73 This enables a function to power off the system with IPMI if 74 the IPMI management controller is capable of this. 75 76endif # IPMI_HANDLER |