Skip to content

Commit 8c770cb

Browse files
committed
ARM: config: aspeed: Enable KCS adapter for raw SerIO
Raw SerIO is used by the OpenBMC debug-trigger application to take signals from the host that applications are unresponsive on the BMC. Signed-off-by: Joel Stanley <[email protected]> Reviewed-by: Andrew Jeffery <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
1 parent 66a68b0 commit 8c770cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm/configs/aspeed_g5_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ CONFIG_KEYBOARD_GPIO_POLLED=y
130130
# CONFIG_INPUT_MOUSE is not set
131131
CONFIG_INPUT_MISC=y
132132
CONFIG_INPUT_IBM_PANEL=y
133-
# CONFIG_SERIO is not set
133+
CONFIG_SERIO_RAW=y
134134
# CONFIG_VT is not set
135135
# CONFIG_LEGACY_PTYS is not set
136136
CONFIG_SERIAL_8250=y
@@ -144,6 +144,7 @@ CONFIG_SERIAL_8250_SHARE_IRQ=y
144144
CONFIG_SERIAL_8250_DW=y
145145
CONFIG_SERIAL_OF_PLATFORM=y
146146
CONFIG_ASPEED_KCS_IPMI_BMC=y
147+
CONFIG_IPMI_KCS_BMC_SERIO=y
147148
CONFIG_ASPEED_BT_IPMI_BMC=y
148149
CONFIG_HW_RANDOM_TIMERIOMEM=y
149150
# CONFIG_I2C_COMPAT is not set

0 commit comments

Comments
 (0)