kernel: input: drop duplicated input-adc-keys package
Fixes: 2cfe204346 ("Merge Official Source")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
@@ -99,22 +99,6 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,input-evdev))
|
||||
|
||||
define KernelPackage/input-adc-keys
|
||||
SUBMENU:=$(INPUT_MODULES_MENU)
|
||||
TITLE:=ADC Ladder Buttons support
|
||||
DEPENDS:= +kmod-input-core +kmod-iio-core
|
||||
KCONFIG:= \
|
||||
CONFIG_KEYBOARD_ADC \
|
||||
CONFIG_INPUT_KEYBOARD=y
|
||||
FILES:=$(LINUX_DIR)/drivers/input/keyboard/adc-keys.ko
|
||||
AUTOLOAD:=$(call AutoProbe,adc-keys,1)
|
||||
endef
|
||||
|
||||
define KernelPackage/input-adc-keys/description
|
||||
Enable support for ADC Ladder Buttons.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,input-adc-keys))
|
||||
|
||||
define KernelPackage/input-gpio-keys
|
||||
SUBMENU:=$(INPUT_MODULES_MENU)
|
||||
|
||||
Reference in New Issue
Block a user