Skip to content

Commit 76d2dc8

Browse files
committed
galp5 board config: add runtime configurable USB Keyboard support, comment USB1 support
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent 4c434a5 commit 76d2dc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

boards/galp5/galp5.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ CONFIG_LINUX_USB=y
2424
CONFIG_LINUX_E1000=y
2525
CONFIG_MOBILE_TETHERING=y
2626
#Runtime on-demand additional hardware support (modules.cpio)
27-
export CONFIG_LINUX_USB_COMPANION_CONTROLLER=y
27+
#export CONFIG_LINUX_USB_COMPANION_CONTROLLER=y
28+
#Pack but not use USB keyboard support by default (Needs runtime+ flash under config menu)
29+
export CONFIG_SUPPORT_USB_KEYBOARD=y
2830

2931

3032

0 commit comments

Comments
 (0)