menuconfig DW_BACKLIGHT_LCD_SUPPORT
	bool "DW Backlight & LCD device support"
	depends on BACKLIGHT_CLASS_DEVICE
	help
	  Enable this to be able to choose the drivers for controlling the
	  backlight on some DW platforms.

choice
	prompt "Choice DW backlight support"
	depends on DW_BACKLIGHT_LCD_SUPPORT

config BACKLIGHT_DW_GENERAL
	bool "DW general backlight driver"
	depends on DW_BACKLIGHT_LCD_SUPPORT
	help
	  Enable a general driver for its backlight

config BACKLIGHT_DP52
	bool "DP52 backlight driver"
	depends on DW_BACKLIGHT_LCD_SUPPORT
	depends on MFD_DP52
	help
	  Enable a DP driver for its backlight

config DP52_BL_MAX_MA
	int "Max current backlight consumption"
	depends on BACKLIGHT_DP52
	range 0 1000
	default "60"
	---help---
	  The current consumption in milli Amper.

endchoice
