Skip to content

Commit

Permalink
linux-5.4.46: Build IPMI drivers as modules
Browse files Browse the repository at this point in the history
The IPMI drivers are not needed on all systems, and we try to avoid
that interface.
  • Loading branch information
pmenzel committed Jun 16, 2020
1 parent b052381 commit 32c9443
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions linux-5.4.46-337.bee
Original file line number Diff line number Diff line change
Expand Up @@ -605,11 +605,11 @@ mee_configure() {
CONFIG_SERIAL_DEV_BUS=m
CONFIG_PRINTER=y
CONFIG_VIRTIO_CONSOLE=m
CONFIG_IPMI_HANDLER=y
CONFIG_IPMI_DEVICE_INTERFACE=y
CONFIG_IPMI_SI=y
CONFIG_IPMI_WATCHDOG=y
CONFIG_IPMI_POWEROFF=y
CONFIG_IPMI_HANDLER=m
CONFIG_IPMI_DEVICE_INTERFACE=m
CONFIG_IPMI_SI=m
CONFIG_IPMI_WATCHDOG=m
CONFIG_IPMI_POWEROFF=m
CONFIG_HPET=y
CONFIG_I2C_CHARDEV=m
CONFIG_I2C_AMD756=m
Expand Down

0 comments on commit 32c9443

Please sign in to comment.