commit | d8a64f0710af47a84f898da31dcf19456721e5dc | [log] [tgz] |
---|---|---|
author | Potin Lai <potin.lai@quantatw.com> | Wed Aug 10 01:08:10 2022 +0000 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 10 12:33:03 2022 +0000 |
tree | 7f24df75d6a65efe2c4e6de222e4123265effc08 | |
parent | 9d1e1c217aa8966b01b6ac62c991f9d7f58f16ca [diff] [blame] |
meta-bletchley: kernel: enable IPMI and IPMB feature Enable IPMI and IPMB in kernel configuration Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I83f3a1bab0aa77b785c11a729f57fd06e42cb496
diff --git a/meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed/bletchley.cfg b/meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed/bletchley.cfg index 8cf7e0f..49d7404 100644 --- a/meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed/bletchley.cfg +++ b/meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed/bletchley.cfg
@@ -37,4 +37,8 @@ CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y # si7020 -CONFIG_SI7020=y \ No newline at end of file +CONFIG_SI7020=y +# IPMI & IPMB +CONFIG_IPMI_HANDLER=y +CONFIG_IPMI_DEVICE_INTERFACE=y +CONFIG_IPMB_DEVICE_INTERFACE=y