summaryrefslogtreecommitdiff
path: root/meta-facebook/meta-bletchley
diff options
context:
space:
mode:
authorPotin Lai <potin.lai@quantatw.com>2023-01-06 04:11:14 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-01-06 04:50:45 +0300
commitcb6a78d25bc6e2165ee07eb220f461cf46c8285c (patch)
treeacbd73dd70baf08e8a25aac0f899cef232f79b07 /meta-facebook/meta-bletchley
parent386b014db524eac0559bf7513b2aa5ba7f0e47ba (diff)
downloadopenbmc-cb6a78d25bc6e2165ee07eb220f461cf46c8285c.tar.xz
meta-bletchley: kernel: enable Aspeed OTP
Enable Aspeed OTP driver to support OTP programming by Aspeed OTP tool. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I9b393342fd34d3cc16fc1f6fdc8a2d1fc9b9e65d
Diffstat (limited to 'meta-facebook/meta-bletchley')
-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 06018026c8..abcf758844 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
@@ -46,3 +46,5 @@ CONFIG_IPMI_DEVICE_INTERFACE=y
CONFIG_IPMB_DEVICE_INTERFACE=y
# Enable loadable module
CONFIG_MODULES=y
+# Aspeed OTP
+CONFIG_ASPEED_OTP=y \ No newline at end of file