From 76d2dc8443e27d0f21e44ba67c85227e3cfe5793 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Thu, 5 Sep 2024 13:47:28 -0400 Subject: [PATCH] galp5 board config: add runtime configurable USB Keyboard support, comment USB1 support Signed-off-by: Thierry Laurion --- boards/galp5/galp5.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boards/galp5/galp5.config b/boards/galp5/galp5.config index 3630b3c25..83b99829e 100644 --- a/boards/galp5/galp5.config +++ b/boards/galp5/galp5.config @@ -24,7 +24,9 @@ CONFIG_LINUX_USB=y CONFIG_LINUX_E1000=y CONFIG_MOBILE_TETHERING=y #Runtime on-demand additional hardware support (modules.cpio) -export CONFIG_LINUX_USB_COMPANION_CONTROLLER=y +#export CONFIG_LINUX_USB_COMPANION_CONTROLLER=y +#Pack but not use USB keyboard support by default (Needs runtime+ flash under config menu) +export CONFIG_SUPPORT_USB_KEYBOARD=y