mirror of https://gitee.com/openkylin/linux.git
ARM: shmobile: kzm9g: enable AS3711 PMIC in defconfig
An AS3711 PMIC is used on kzm9g to supply CPU power and LCD backlight. This patch enables it in board defconfig. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
fadc6e3ba1
commit
76d415dfa7
|
@ -84,9 +84,12 @@ CONFIG_I2C_CHARDEV=y
|
|||
CONFIG_I2C_SH_MOBILE=y
|
||||
CONFIG_GPIO_PCF857X=y
|
||||
# CONFIG_HWMON is not set
|
||||
CONFIG_MFD_AS3711=y
|
||||
CONFIG_REGULATOR=y
|
||||
CONFIG_REGULATOR_AS3711=y
|
||||
CONFIG_FB=y
|
||||
CONFIG_FB_SH_MOBILE_LCDC=y
|
||||
CONFIG_BACKLIGHT_AS3711=y
|
||||
CONFIG_FRAMEBUFFER_CONSOLE=y
|
||||
CONFIG_LOGO=y
|
||||
CONFIG_FB_SH_MOBILE_MERAM=y
|
||||
|
|
Loading…
Reference in New Issue