summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPotin Lai <potin.lai@quantatw.com>2022-10-17 14:18:43 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-24 20:12:38 +0300
commiteffea7c651f1a0db0a4c8aeaddb545b7d34e0488 (patch)
tree67a68efd779f9e73f10dd321fde5f3c5572224cf
parentd0a7a72881d0d23e62e8ceb6fc5d86232d375b20 (diff)
downloadopenbmc-effea7c651f1a0db0a4c8aeaddb545b7d34e0488.tar.xz
meta-bletchley: enable kernel loadable module support
In order to add mdio-tools and mdio-netlink package, enable kernel loadable module support. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I7ce0634fdac5e2e400c3eded32ab9fe490794fb4
-rw-r--r--meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed/bletchley.cfg2
1 files changed, 2 insertions, 0 deletions
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 9b7609cc41..06018026c8 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
@@ -44,3 +44,5 @@ CONFIG_SI7020=y
CONFIG_IPMI_HANDLER=y
CONFIG_IPMI_DEVICE_INTERFACE=y
CONFIG_IPMB_DEVICE_INTERFACE=y
+# Enable loadable module
+CONFIG_MODULES=y