summaryrefslogtreecommitdiff
path: root/meta-facebook
diff options
context:
space:
mode:
authorPotin Lai <potin.lai@quantatw.com>2022-03-09 04:29:34 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-03-09 17:29:36 +0300
commit10a6ece7a96cfdc88377465b3ec0b099926c3b7f (patch)
tree7683a7499acb862188bf70d7b7b63f41aec44629 /meta-facebook
parent6afcd27dfec612b1b5cfccf26bc7f3773f1a5c7d (diff)
downloadopenbmc-10a6ece7a96cfdc88377465b3ec0b099926c3b7f.tar.xz
meta-bletchley: kernel: enable USB EHCI HCD support
Enable USB EHCI HCD configs to support EHCI host feature Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I4b7a85d63c58f3aae36917768ac88dd26dbd1fda
Diffstat (limited to 'meta-facebook')
-rw-r--r--meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed/bletchley.cfg3
1 files changed, 3 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 0b57e718d9..1c7f40488f 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
@@ -30,3 +30,6 @@ CONFIG_SPI_GPIO=y
CONFIG_SPI_BITBANG=y
# INA230
CONFIG_SENSORS_INA2XX=y
+# USB EHCI
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_EHCI_HCD_PLATFORM=y \ No newline at end of file