X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fkernel%2Fmodules%2Fother.mk;h=cd3e257a89dcf6ba1a1af6d5aff005f7c67ea673;hp=553466d7bfd915729972b431b5f8d7db980c2649;hb=d1a533cfc6e30074e18cf01460f34257850425cc;hpb=254a8770176d443a88bec0c45ee2e5d4ccf1fceb diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 553466d7bf..cd3e257a89 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -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)