13d0407baSopenharmony_ci# SPDX-License-Identifier: GPL-2.0
23d0407baSopenharmony_ci#
33d0407baSopenharmony_ci# Makefile for the input misc drivers.
43d0407baSopenharmony_ci#
53d0407baSopenharmony_ci
63d0407baSopenharmony_ci# Each configuration option enables a list of files.
73d0407baSopenharmony_ci
83d0407baSopenharmony_ciobj-$(CONFIG_INPUT_88PM860X_ONKEY)	+= 88pm860x_onkey.o
93d0407baSopenharmony_ciobj-$(CONFIG_INPUT_88PM80X_ONKEY)	+= 88pm80x_onkey.o
103d0407baSopenharmony_ciobj-$(CONFIG_INPUT_AB8500_PONKEY)	+= ab8500-ponkey.o
113d0407baSopenharmony_ciobj-$(CONFIG_INPUT_AD714X)		+= ad714x.o
123d0407baSopenharmony_ciobj-$(CONFIG_INPUT_AD714X_I2C)		+= ad714x-i2c.o
133d0407baSopenharmony_ciobj-$(CONFIG_INPUT_AD714X_SPI)		+= ad714x-spi.o
143d0407baSopenharmony_ciobj-$(CONFIG_INPUT_ADXL34X)		+= adxl34x.o
153d0407baSopenharmony_ciobj-$(CONFIG_INPUT_ADXL34X_I2C)		+= adxl34x-i2c.o
163d0407baSopenharmony_ciobj-$(CONFIG_INPUT_ADXL34X_SPI)		+= adxl34x-spi.o
173d0407baSopenharmony_ciobj-$(CONFIG_INPUT_APANEL)		+= apanel.o
183d0407baSopenharmony_ciobj-$(CONFIG_INPUT_ARIZONA_HAPTICS)	+= arizona-haptics.o
193d0407baSopenharmony_ciobj-$(CONFIG_INPUT_ATI_REMOTE2)		+= ati_remote2.o
203d0407baSopenharmony_ciobj-$(CONFIG_INPUT_ATLAS_BTNS)		+= atlas_btns.o
213d0407baSopenharmony_ciobj-$(CONFIG_INPUT_ATMEL_CAPTOUCH)	+= atmel_captouch.o
223d0407baSopenharmony_ciobj-$(CONFIG_INPUT_BMA150)		+= bma150.o
233d0407baSopenharmony_ciobj-$(CONFIG_INPUT_CM109)		+= cm109.o
243d0407baSopenharmony_ciobj-$(CONFIG_INPUT_CMA3000)		+= cma3000_d0x.o
253d0407baSopenharmony_ciobj-$(CONFIG_INPUT_CMA3000_I2C)		+= cma3000_d0x_i2c.o
263d0407baSopenharmony_ciobj-$(CONFIG_INPUT_COBALT_BTNS)		+= cobalt_btns.o
273d0407baSopenharmony_ciobj-$(CONFIG_INPUT_CPCAP_PWRBUTTON)	+= cpcap-pwrbutton.o
283d0407baSopenharmony_ciobj-$(CONFIG_INPUT_DA9052_ONKEY)	+= da9052_onkey.o
293d0407baSopenharmony_ciobj-$(CONFIG_INPUT_DA9055_ONKEY)	+= da9055_onkey.o
303d0407baSopenharmony_ciobj-$(CONFIG_INPUT_DA9063_ONKEY)	+= da9063_onkey.o
313d0407baSopenharmony_ciobj-$(CONFIG_INPUT_DM355EVM)		+= dm355evm_keys.o
323d0407baSopenharmony_ciobj-$(CONFIG_INPUT_E3X0_BUTTON)		+= e3x0-button.o
333d0407baSopenharmony_ciobj-$(CONFIG_INPUT_DRV260X_HAPTICS)	+= drv260x.o
343d0407baSopenharmony_ciobj-$(CONFIG_INPUT_DRV2665_HAPTICS)	+= drv2665.o
353d0407baSopenharmony_ciobj-$(CONFIG_INPUT_DRV2667_HAPTICS)	+= drv2667.o
363d0407baSopenharmony_ciobj-$(CONFIG_INPUT_GPIO_BEEPER)		+= gpio-beeper.o
373d0407baSopenharmony_ciobj-$(CONFIG_INPUT_GPIO_DECODER)	+= gpio_decoder.o
383d0407baSopenharmony_ciobj-$(CONFIG_INPUT_GPIO_VIBRA)		+= gpio-vibra.o
393d0407baSopenharmony_ciobj-$(CONFIG_INPUT_HISI_POWERKEY)	+= hisi_powerkey.o
403d0407baSopenharmony_ciobj-$(CONFIG_HP_SDC_RTC)		+= hp_sdc_rtc.o
413d0407baSopenharmony_ciobj-$(CONFIG_INPUT_IMS_PCU)		+= ims-pcu.o
423d0407baSopenharmony_ciobj-$(CONFIG_INPUT_IQS269A)		+= iqs269a.o
433d0407baSopenharmony_ciobj-$(CONFIG_INPUT_IXP4XX_BEEPER)	+= ixp4xx-beeper.o
443d0407baSopenharmony_ciobj-$(CONFIG_INPUT_KEYSPAN_REMOTE)	+= keyspan_remote.o
453d0407baSopenharmony_ciobj-$(CONFIG_INPUT_KXTJ9)		+= kxtj9.o
463d0407baSopenharmony_ciobj-$(CONFIG_INPUT_M68K_BEEP)		+= m68kspkr.o
473d0407baSopenharmony_ciobj-$(CONFIG_INPUT_MAX77650_ONKEY)	+= max77650-onkey.o
483d0407baSopenharmony_ciobj-$(CONFIG_INPUT_MAX77693_HAPTIC)	+= max77693-haptic.o
493d0407baSopenharmony_ciobj-$(CONFIG_INPUT_MAX8925_ONKEY)	+= max8925_onkey.o
503d0407baSopenharmony_ciobj-$(CONFIG_INPUT_MAX8997_HAPTIC)	+= max8997_haptic.o
513d0407baSopenharmony_ciobj-$(CONFIG_INPUT_MC13783_PWRBUTTON)	+= mc13783-pwrbutton.o
523d0407baSopenharmony_ciobj-$(CONFIG_INPUT_MMA8450)		+= mma8450.o
533d0407baSopenharmony_ciobj-$(CONFIG_INPUT_PALMAS_PWRBUTTON)	+= palmas-pwrbutton.o
543d0407baSopenharmony_ciobj-$(CONFIG_INPUT_PCAP)		+= pcap_keys.o
553d0407baSopenharmony_ciobj-$(CONFIG_INPUT_PCF50633_PMU)	+= pcf50633-input.o
563d0407baSopenharmony_ciobj-$(CONFIG_INPUT_PCF8574)		+= pcf8574_keypad.o
573d0407baSopenharmony_ciobj-$(CONFIG_INPUT_PCSPKR)		+= pcspkr.o
583d0407baSopenharmony_ciobj-$(CONFIG_INPUT_PM8941_PWRKEY)	+= pm8941-pwrkey.o
593d0407baSopenharmony_ciobj-$(CONFIG_INPUT_PM8XXX_VIBRATOR)	+= pm8xxx-vibrator.o
603d0407baSopenharmony_ciobj-$(CONFIG_INPUT_PMIC8XXX_PWRKEY)	+= pmic8xxx-pwrkey.o
613d0407baSopenharmony_ciobj-$(CONFIG_INPUT_POWERMATE)		+= powermate.o
623d0407baSopenharmony_ciobj-$(CONFIG_INPUT_PWM_BEEPER)		+= pwm-beeper.o
633d0407baSopenharmony_ciobj-$(CONFIG_INPUT_PWM_VIBRA)		+= pwm-vibra.o
643d0407baSopenharmony_ciobj-$(CONFIG_INPUT_RAVE_SP_PWRBUTTON)	+= rave-sp-pwrbutton.o
653d0407baSopenharmony_ciobj-$(CONFIG_INPUT_RB532_BUTTON)	+= rb532_button.o
663d0407baSopenharmony_ciobj-$(CONFIG_INPUT_REGULATOR_HAPTIC)	+= regulator-haptic.o
673d0407baSopenharmony_ciobj-$(CONFIG_INPUT_RETU_PWRBUTTON)	+= retu-pwrbutton.o
683d0407baSopenharmony_ciobj-$(CONFIG_INPUT_AXP20X_PEK)		+= axp20x-pek.o
693d0407baSopenharmony_ciobj-$(CONFIG_INPUT_GPIO_ROTARY_ENCODER)	+= rotary_encoder.o
703d0407baSopenharmony_ciobj-$(CONFIG_INPUT_RK805_PWRKEY)	+= rk805-pwrkey.o
713d0407baSopenharmony_ciobj-$(CONFIG_INPUT_SC27XX_VIBRA)	+= sc27xx-vibra.o
723d0407baSopenharmony_ciobj-$(CONFIG_INPUT_SGI_BTNS)		+= sgi_btns.o
733d0407baSopenharmony_ciobj-$(CONFIG_INPUT_SIRFSOC_ONKEY)	+= sirfsoc-onkey.o
743d0407baSopenharmony_ciobj-$(CONFIG_INPUT_SOC_BUTTON_ARRAY)	+= soc_button_array.o
753d0407baSopenharmony_ciobj-$(CONFIG_INPUT_SPARCSPKR)		+= sparcspkr.o
763d0407baSopenharmony_ciobj-$(CONFIG_INPUT_STPMIC1_ONKEY)  	+= stpmic1_onkey.o
773d0407baSopenharmony_ciobj-$(CONFIG_INPUT_TPS65218_PWRBUTTON)	+= tps65218-pwrbutton.o
783d0407baSopenharmony_ciobj-$(CONFIG_INPUT_TWL4030_PWRBUTTON)	+= twl4030-pwrbutton.o
793d0407baSopenharmony_ciobj-$(CONFIG_INPUT_TWL4030_VIBRA)	+= twl4030-vibra.o
803d0407baSopenharmony_ciobj-$(CONFIG_INPUT_TWL6040_VIBRA)	+= twl6040-vibra.o
813d0407baSopenharmony_ciobj-$(CONFIG_INPUT_UINPUT)		+= uinput.o
823d0407baSopenharmony_ciobj-$(CONFIG_INPUT_WISTRON_BTNS)	+= wistron_btns.o
833d0407baSopenharmony_ciobj-$(CONFIG_INPUT_WM831X_ON)		+= wm831x-on.o
843d0407baSopenharmony_ciobj-$(CONFIG_INPUT_XEN_KBDDEV_FRONTEND)	+= xen-kbdfront.o
853d0407baSopenharmony_ciobj-$(CONFIG_INPUT_YEALINK)		+= yealink.o
863d0407baSopenharmony_ciobj-$(CONFIG_INPUT_IDEAPAD_SLIDEBAR)	+= ideapad_slidebar.o
873d0407baSopenharmony_ci
88