diff options
author | John Crispin <john@openwrt.org> | 2015-04-01 08:31:26 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-04-01 08:31:26 +0000 |
commit | e078fbdacf120eb8da0bc7e4d1f8f90849c7f1d2 (patch) | |
tree | fed4ca4bb575e9bc06832dc75a029659a5658c24 /package/kernel/linux/modules/input.mk | |
parent | bf828d3fd096df494f43dd53e2358ef511dc5775 (diff) | |
download | mtk-20170518-e078fbdacf120eb8da0bc7e4d1f8f90849c7f1d2.zip mtk-20170518-e078fbdacf120eb8da0bc7e4d1f8f90849c7f1d2.tar.gz mtk-20170518-e078fbdacf120eb8da0bc7e4d1f8f90849c7f1d2.tar.bz2 |
kernel: add missing symbols to config and modules
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
v2: changes in input.mk broke the patch, some of the CONFIG_SND_*
stuff was added already
SVN-Revision: 45205
Diffstat (limited to 'package/kernel/linux/modules/input.mk')
-rw-r--r-- | package/kernel/linux/modules/input.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/input.mk b/package/kernel/linux/modules/input.mk index 6c9f228..b44136b 100644 --- a/package/kernel/linux/modules/input.mk +++ b/package/kernel/linux/modules/input.mk @@ -11,7 +11,7 @@ define KernelPackage/hid SUBMENU:=$(INPUT_MODULES_MENU) TITLE:=HID Devices DEPENDS:=+kmod-input-core +kmod-input-evdev - KCONFIG:=CONFIG_HID CONFIG_HIDRAW=y + KCONFIG:=CONFIG_HID CONFIG_HIDRAW=y CONFIG_HID_BATTERY_STRENGTH=y FILES:=$(LINUX_DIR)/drivers/hid/hid.ko AUTOLOAD:=$(call AutoLoad,61,hid) endef |