kernel: kmod-input-polldev: Depend on kernel 5.10
The input-polldev.ko kernel module was removed from kernel 5.11. The normal input implementation now supports polling. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
c281edb6ac
commit
54878fbbdd
1 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ $(eval $(call KernelPackage,input-gpio-keys))
|
||||||
define KernelPackage/input-gpio-keys-polled
|
define KernelPackage/input-gpio-keys-polled
|
||||||
SUBMENU:=$(INPUT_MODULES_MENU)
|
SUBMENU:=$(INPUT_MODULES_MENU)
|
||||||
TITLE:=Polled GPIO key support
|
TITLE:=Polled GPIO key support
|
||||||
DEPENDS:=@GPIO_SUPPORT +kmod-input-polldev
|
DEPENDS:=@GPIO_SUPPORT +LINUX_5_10:kmod-input-polldev
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_KEYBOARD_GPIO_POLLED \
|
CONFIG_KEYBOARD_GPIO_POLLED \
|
||||||
CONFIG_INPUT_KEYBOARD=y
|
CONFIG_INPUT_KEYBOARD=y
|
||||||
|
@ -145,7 +145,7 @@ $(eval $(call KernelPackage,input-joydev))
|
||||||
define KernelPackage/input-polldev
|
define KernelPackage/input-polldev
|
||||||
SUBMENU:=$(INPUT_MODULES_MENU)
|
SUBMENU:=$(INPUT_MODULES_MENU)
|
||||||
TITLE:=Polled Input device support
|
TITLE:=Polled Input device support
|
||||||
DEPENDS:=+kmod-input-core
|
DEPENDS:=+kmod-input-core @LINUX_5_10
|
||||||
KCONFIG:=CONFIG_INPUT_POLLDEV
|
KCONFIG:=CONFIG_INPUT_POLLDEV
|
||||||
FILES:=$(LINUX_DIR)/drivers/input/input-polldev.ko
|
FILES:=$(LINUX_DIR)/drivers/input/input-polldev.ko
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue