mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
package/kernel: enable CONFIG_INPUT_KEYBOARD for gpio-keys
SVN-Revision: 24853
This commit is contained in:
parent
06c41ce02e
commit
5413cea8ba
@ -335,7 +335,9 @@ define KernelPackage/input-gpio-keys
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=GPIO key support
|
||||
DEPENDS:= @GPIO_SUPPORT
|
||||
KCONFIG:=CONFIG_KEYBOARD_GPIO
|
||||
KCONFIG:= \
|
||||
CONFIG_KEYBOARD_GPIO \
|
||||
CONFIG_INPUT_KEYBOARD=y
|
||||
FILES:=$(LINUX_DIR)/drivers/input/keyboard/gpio_keys.ko
|
||||
AUTOLOAD:=$(call AutoLoad,60,gpio_keys)
|
||||
$(call AddDepends/input)
|
||||
|
Loading…
x
Reference in New Issue
Block a user