summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEddie James <eajames@linux.ibm.com>2022-01-29 01:07:18 +0300
committerAndrew Geissler <geissonator@yahoo.com>2022-01-31 23:35:54 +0300
commit797c018f75fabf7df2bb9f87649c619ab215be67 (patch)
tree56ab5247486f02a5292ff07d7cacd3d434654bf1
parentfc32817b21e387372dc3d42761f3ff77f4d35b0d (diff)
downloadopenbmc-797c018f75fabf7df2bb9f87649c619ab215be67.tar.xz
meta-ibm: linux-aspeed: p10bmc: Enable UHCI and PL2303
The PL2303 is a serial-to-USB converter chip, needed to communicate with a UPS. These are commonly attached via USB1.1, meaning that a UHCI driver is required to communicate with them, so enable that too. Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: I3a7550a51d084af498e7a5aab5c6b6e75002a4e3
-rw-r--r--meta-ibm/recipes-kernel/linux/linux-aspeed/p10bmc.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-ibm/recipes-kernel/linux/linux-aspeed/p10bmc.cfg b/meta-ibm/recipes-kernel/linux/linux-aspeed/p10bmc.cfg
index 2714966c15..4883fb8873 100644
--- a/meta-ibm/recipes-kernel/linux/linux-aspeed/p10bmc.cfg
+++ b/meta-ibm/recipes-kernel/linux/linux-aspeed/p10bmc.cfg
@@ -11,3 +11,6 @@ CONFIG_PSTORE=y
CONFIG_PSTORE_PMSG=y
CONFIG_PSTORE_RAM=y
CONFIG_MAGIC_SYSRQ=y
+CONFIG_USB_UHCI_HCD=y
+CONFIG_USB_SERIAL=y
+CONFIG_USB_SERIAL_PL2303=y