Skip to content

Commit f30d7cc

Browse files
avpatelPaul Walmsley
authored andcommitted
RISC-V: Enable GPIO keyboard and event device in RV64 defconfig
The GPIO keyboard and event device can be used to receive graceful shutdown or reboot input keys so let us enable it by default for RV64 (just like ARM64). Signed-off-by: Anup Patel <apatel@ventanamicro.com> Acked-by: Jassi Brar <jassisinghbrar@gmail.com> Link: https://lore.kernel.org/r/20250818040920.272664-24-apatel@ventanamicro.com Signed-off-by: Paul Walmsley <pjw@kernel.org>
1 parent 4752b0c commit f30d7cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/riscv/configs/defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ CONFIG_MICREL_PHY=y
139139
CONFIG_MICROSEMI_PHY=y
140140
CONFIG_MOTORCOMM_PHY=y
141141
CONFIG_INPUT_MOUSEDEV=y
142+
CONFIG_INPUT_EVDEV=y
143+
CONFIG_KEYBOARD_GPIO=y
142144
CONFIG_KEYBOARD_SUN4I_LRADC=m
143145
CONFIG_SERIAL_8250=y
144146
CONFIG_SERIAL_8250_CONSOLE=y

0 commit comments

Comments
 (0)