rockchip: power: charge animation depends on DRM_ROCKCHIP
charge animation need display provided by DRM_ROCKCHIP. Change-Id: I58113e81dd2899c969d1e748548a498eb04db550 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
9169f300ee
commit
3d29ee38ce
|
|
@ -77,7 +77,7 @@ endchoice
|
|||
|
||||
config CHARGE_ANIMATION
|
||||
bool "Enable charge animation"
|
||||
depends on DM_CHARGE_DISPLAY && DM_FUEL_GAUGE
|
||||
depends on DM_CHARGE_DISPLAY && DM_FUEL_GAUGE && DRM_ROCKCHIP
|
||||
help
|
||||
This adds a simple function for charge animation display.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue