Changeset db8df9c in freewrt


Ignore:
Timestamp:
Aug 13, 2025, 5:19:24 PM (4 months ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_2_0
Children:
4ed29b3
Parents:
1979f12
Message:

linux: enable evdev for reset button support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/linux/brcm-6.12/squashfs-overlay/config/config.squashfs_overlay

    r1979f12 rdb8df9c  
    10551055# CONFIG_INPUT_MOUSEDEV is not set
    10561056# CONFIG_INPUT_JOYDEV is not set
    1057 # CONFIG_INPUT_EVDEV is not set
     1057CONFIG_INPUT_EVDEV=y
    10581058# CONFIG_INPUT_EVBUG is not set
    10591059
     
    10611061# Input Device Drivers
    10621062#
    1063 # CONFIG_INPUT_KEYBOARD is not set
     1063CONFIG_INPUT_KEYBOARD=y
     1064# CONFIG_KEYBOARD_ATKBD is not set
     1065# CONFIG_KEYBOARD_LKKBD is not set
     1066CONFIG_KEYBOARD_GPIO=y
     1067# CONFIG_KEYBOARD_GPIO_POLLED is not set
     1068# CONFIG_KEYBOARD_MATRIX is not set
     1069# CONFIG_KEYBOARD_NEWTON is not set
     1070# CONFIG_KEYBOARD_OPENCORES is not set
     1071# CONFIG_KEYBOARD_STOWAWAY is not set
     1072# CONFIG_KEYBOARD_SUNKBD is not set
     1073# CONFIG_KEYBOARD_XTKBD is not set
    10641074# CONFIG_INPUT_MOUSE is not set
    10651075# CONFIG_INPUT_JOYSTICK is not set
Note: See TracChangeset for help on using the changeset viewer.