[hppa/parisc64-smp] ipmi: Enable IPMI_HANDLER, IPMI_DEVICE_INTERFACE, IPMI_SI, IPMI_WATCHDOG, IPMI_POWEROFF as modules (Closes: #747482)

svn path=/dists/sid/linux/; revision=21329
This commit is contained in:
Ben Hutchings 2014-05-13 16:04:54 +00:00
parent 9597a9899f
commit 7dbaa3f202
2 changed files with 11 additions and 0 deletions

2
debian/changelog vendored
View File

@ -116,6 +116,8 @@ linux (3.14.4-1) UNRELEASED; urgency=medium
changes have resulted in a different kernel module ABI
- [powerpc] Bump ABI to 1a as 3.14.2-1 was built with an older compiler
* [armhf] Enable IR_GPIO_CIR as module (Closes: #747762)
* [hppa/parisc64-smp] ipmi: Enable IPMI_HANDLER, IPMI_DEVICE_INTERFACE,
IPMI_SI, IPMI_WATCHDOG, IPMI_POWEROFF as modules (Closes: #747482)
-- Ben Hutchings <ben@decadent.org.uk> Thu, 01 May 2014 01:50:30 +0100

View File

@ -30,6 +30,15 @@ CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_TTM=m
CONFIG_DRM_RADEON=m
##
## file: drivers/char/ipmi/Kconfig
##
CONFIG_IPMI_HANDLER=m
CONFIG_IPMI_DEVICE_INTERFACE=m
CONFIG_IPMI_SI=m
CONFIG_IPMI_WATCHDOG=m
CONFIG_IPMI_POWEROFF=m
##
## file: mm/Kconfig
##