Message ID | 20201106165737.1029106-3-nfraprado@protonmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add support for the flash LED on Nexus 5 | expand |
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index e1c65a8dd2af..19934d92e3a7 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -284,3 +284,4 @@ CONFIG_DYNAMIC_DEBUG=y CONFIG_DEBUG_INFO=y CONFIG_MAGIC_SYSRQ=y # CONFIG_SCHED_DEBUG is not set +CONFIG_LEDS_QPNP=m
Add support for the flash LED on msm8974 devices, like the Nexus 5. Signed-off-by: NĂcolas F. R. A. Prado <nfraprado@protonmail.com> --- arch/arm/configs/qcom_defconfig | 1 + 1 file changed, 1 insertion(+)