Skip to content

Commit eb5c8e7

Browse files
committed
RDKBACCL-851 : WPS button from Hardware side key press is not notified to the kernel.
Reason for change : In BPI, WPS key press gpio signal is not given to kernel by default. Test Procedure : While testing WPS feature from Hardware button press, it should connect to clients without any issue. Risks : Low Signed-off-by: pratheepa1995 <[email protected]>
1 parent 68d072e commit eb5c8e7

File tree

1 file changed

+1
-1
lines changed
  • meta-rdk-mtk-bpir4/recipes-kernel/linux/files/rdkb_cfg

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
CONFIG_INPUT=y
22
CONFIG_INPUT_KEYBOARD=y
3-
CONFIG_KEYBOARD_GPIO=m
3+
CONFIG_KEYBOARD_GPIO=y
44
CONFIG_INPUT_EVDEV=y

0 commit comments

Comments
 (0)