Loading arch/arm64/configs/vendor/lahaina_GKI.config +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ CONFIG_PINCTRL_QCOM_SPMI_PMIC=m CONFIG_NVMEM_SPMI_SDAM=m CONFIG_RTC_DRV_PM8XXX=m CONFIG_QCOM_SPMI_TEMP_ALARM=m CONFIG_INPUT_QPNP_POWER_ON=m CONFIG_NOP_USB_XCEIV=m CONFIG_USB_QCOM_EMU_PHY=m CONFIG_USB_XHCI_HCD=m Loading drivers/input/misc/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -175,6 +175,15 @@ config INPUT_PMIC8XXX_PWRKEY To compile this driver as a module, choose M here: the module will be called pmic8xxx-pwrkey. config INPUT_QPNP_POWER_ON tristate "QPNP PMIC Power-on support" depends on SPMI help This option enables device driver support for the power-on functionality of Qualcomm Technologies, Inc. PNP PMICs. It supports reporting the change in status of the KPDPWR_N line (connected to the power-key) as well as reset features. config INPUT_SPARCSPKR tristate "SPARC Speaker support" depends on PCI && SPARC64 Loading drivers/input/misc/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ obj-$(CONFIG_INPUT_PCSPKR) += pcspkr.o obj-$(CONFIG_INPUT_PM8941_PWRKEY) += pm8941-pwrkey.o obj-$(CONFIG_INPUT_PM8XXX_VIBRATOR) += pm8xxx-vibrator.o obj-$(CONFIG_INPUT_PMIC8XXX_PWRKEY) += pmic8xxx-pwrkey.o obj-$(CONFIG_INPUT_QPNP_POWER_ON) += qpnp-power-on.o obj-$(CONFIG_INPUT_POWERMATE) += powermate.o obj-$(CONFIG_INPUT_PWM_BEEPER) += pwm-beeper.o obj-$(CONFIG_INPUT_PWM_VIBRA) += pwm-vibra.o Loading Loading
arch/arm64/configs/vendor/lahaina_GKI.config +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ CONFIG_PINCTRL_QCOM_SPMI_PMIC=m CONFIG_NVMEM_SPMI_SDAM=m CONFIG_RTC_DRV_PM8XXX=m CONFIG_QCOM_SPMI_TEMP_ALARM=m CONFIG_INPUT_QPNP_POWER_ON=m CONFIG_NOP_USB_XCEIV=m CONFIG_USB_QCOM_EMU_PHY=m CONFIG_USB_XHCI_HCD=m Loading
drivers/input/misc/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -175,6 +175,15 @@ config INPUT_PMIC8XXX_PWRKEY To compile this driver as a module, choose M here: the module will be called pmic8xxx-pwrkey. config INPUT_QPNP_POWER_ON tristate "QPNP PMIC Power-on support" depends on SPMI help This option enables device driver support for the power-on functionality of Qualcomm Technologies, Inc. PNP PMICs. It supports reporting the change in status of the KPDPWR_N line (connected to the power-key) as well as reset features. config INPUT_SPARCSPKR tristate "SPARC Speaker support" depends on PCI && SPARC64 Loading
drivers/input/misc/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ obj-$(CONFIG_INPUT_PCSPKR) += pcspkr.o obj-$(CONFIG_INPUT_PM8941_PWRKEY) += pm8941-pwrkey.o obj-$(CONFIG_INPUT_PM8XXX_VIBRATOR) += pm8xxx-vibrator.o obj-$(CONFIG_INPUT_PMIC8XXX_PWRKEY) += pmic8xxx-pwrkey.o obj-$(CONFIG_INPUT_QPNP_POWER_ON) += qpnp-power-on.o obj-$(CONFIG_INPUT_POWERMATE) += powermate.o obj-$(CONFIG_INPUT_PWM_BEEPER) += pwm-beeper.o obj-$(CONFIG_INPUT_PWM_VIBRA) += pwm-vibra.o Loading