mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
NOTES: Move ENABLE_ALART option to MI NOTES next to intpm device
This option is for this driver. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D44786 (cherry picked from commit 5ea0b89242dbc1e4d4bac16983291a7c3803f88e)
This commit is contained in:
parent
883640ffd7
commit
d1c97c1871
3 changed files with 1 additions and 10 deletions
|
|
@ -544,11 +544,6 @@ device cpuctl
|
|||
#
|
||||
device superio
|
||||
|
||||
#
|
||||
# System Management Bus (SMB)
|
||||
#
|
||||
options ENABLE_ALART # Control alarm on Intel intpm driver
|
||||
|
||||
#
|
||||
# AMD System Management Network (SMN)
|
||||
#
|
||||
|
|
|
|||
|
|
@ -2221,6 +2221,7 @@ device rtsx
|
|||
device smbus # Bus support, required for smb below.
|
||||
|
||||
device intpm
|
||||
options ENABLE_ALART # Control alarm on Intel intpm driver
|
||||
device alpm
|
||||
device ichsmb
|
||||
device viapm
|
||||
|
|
|
|||
|
|
@ -759,11 +759,6 @@ device cpuctl
|
|||
#
|
||||
device superio
|
||||
|
||||
#
|
||||
# System Management Bus (SMB)
|
||||
#
|
||||
options ENABLE_ALART # Control alarm on Intel intpm driver
|
||||
|
||||
#
|
||||
# HID-over-I2C support
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue