[PATCH 2/4] leds: flash: mt6360: Remove unused dependency in Kconfig
cy_huang
u0084500 at gmail.com
Thu Apr 28 02:32:43 PDT 2022
From: ChiYuan Huang <cy_huang at richtek.com>
Kconfig already guarantee LED_CLASS_FLASH will be selected.
Remove useless dependency for LEDS_CLASS/LEDS_CLASS_FLASH.
Signed-off-by: ChiYuan Huang <cy_huang at richtek.com>
---
drivers/leds/flash/Kconfig | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/leds/flash/Kconfig b/drivers/leds/flash/Kconfig
index d3eb689..38b325c 100644
--- a/drivers/leds/flash/Kconfig
+++ b/drivers/leds/flash/Kconfig
@@ -50,8 +50,7 @@ config LEDS_MAX77693
config LEDS_MT6360
tristate "LED Support for Mediatek MT6360 PMIC"
- depends on LEDS_CLASS && OF
- depends on LEDS_CLASS_FLASH || !LEDS_CLASS_FLASH
+ depends on OF
depends on LEDS_CLASS_MULTICOLOR || !LEDS_CLASS_MULTICOLOR
depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS
depends on MFD_MT6360
--
2.7.4
More information about the Linux-mediatek
mailing list