Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e18374a authored by Evgeniy Borisov's avatar Evgeniy Borisov
Browse files

msm: camera: Fix camera build issue



If CONFIG_FB_MSM is disabled in the msm8994_defconfig,
the camera driver fails to compile with the following
errors. This is happening because the Kconfig option
for the camera driver does not select CONFIG_LED_CLASS
explicitly, but relies on CONFIG_FB_MSM to select it.

CRs-Fixed: 748013
Change-Id: Icbbbcbdab1da20b35ef8d7d326d0d0d470b97d5c
Signed-off-by: default avatarEvgeniy Borisov <eborisov@codeaurora.org>
parent e1b54da6
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
config MSM_CAMERA_SENSOR
config MSM_CAMERA_SENSOR
	    bool "Qualcomm MSM camera sensor support"
	    bool "Qualcomm MSM camera sensor support"
	    depends on MSMB_CAMERA
	    depends on MSMB_CAMERA
	    select NEW_LEDS
	    select LEDS_CLASS
        ---help---
        ---help---
          This flag enables support for Camera Sensor.
          This flag enables support for Camera Sensor.
          The sensor driver is capable of providing real time
          The sensor driver is capable of providing real time