commit | af3c30e591e6dd38541969ff201087f46d68f864 | [log] [tgz] |
---|---|---|
author | Potin Lai <potin.lai@quantatw.com> | Wed Dec 22 14:17:40 2021 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Dec 22 13:24:16 2021 +0000 |
tree | 83a4acd1864e01342c186af2eb39a11eb89bcfd2 | |
parent | 56541269b22ccd15c75e938d4fa2e0a7969f8ccf [diff] [blame] |
meta-bletchley: kernel: enable SPI_GPIO config enable SPI_GPIO feature Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I24bb13acfbddcff14c5f15fbd9262ba1b019d9f7
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 c77b942..49e07a2 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
@@ -25,3 +25,6 @@ CONFIG_TYPEC=y CONFIG_TYPEC_TCPM=y CONFIG_TYPEC_FUSB302=y +# SPI GPIO +CONFIG_SPI_GPIO=y +CONFIG_SPI_BITBANG=y