mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:56:14 +02:00
package/kernel: enable CONFIG_INPUT_KEYBOARD for gpio-keys
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24853 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b1015fa99a
commit
cbb8a432c4
@ -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…
Reference in New Issue
Block a user