kernel: kmod-input-gpio-keys-polled depends on kmod-input-core
While kmod-input-core was previously indirectly selected by
kmod-input-polldev, this is now only the case on Linux 5.10.
Select kmod-input-core as dependency independently of the kernel
version to fix build error:
Package kmod-input-gpio-keys-polled is missing dependencies for the following libraries:
input-core.ko
Fixes: 54878fbbdd
("kernel: kmod-input-polldev: Depend on kernel 5.10")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
2239ead6eb
commit
1291a682f8
1 changed files with 1 additions and 1 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 +LINUX_5_10:kmod-input-polldev
|
DEPENDS:=@GPIO_SUPPORT +kmod-input-core +LINUX_5_10:kmod-input-polldev
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_KEYBOARD_GPIO_POLLED \
|
CONFIG_KEYBOARD_GPIO_POLLED \
|
||||||
CONFIG_INPUT_KEYBOARD=y
|
CONFIG_INPUT_KEYBOARD=y
|
||||||
|
|
Loading…
Reference in a new issue