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

Commit 320a003d authored by Xiaonian Wang's avatar Xiaonian Wang Committed by Subhash Jadavani
Browse files

ARM: config: Enable MMC_CLKGATE flag on SDM845



Enabling mmc clock gating on SDM845. With this feature
eanbled, mmc clock shall be gated when there is no clock
request on the mmc host.

Change-Id: I011a9b680363bc68655c30b062753b5272d1fae0
Signed-off-by: default avatarXiaonian Wang <xiaonian@codeaurora.org>
parent 90d085ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -390,6 +390,7 @@ CONFIG_USB_CONFIGFS_F_CCID=y
CONFIG_USB_CONFIGFS_F_GSI=y
CONFIG_USB_CONFIGFS_F_QDSS=y
CONFIG_MMC=y
CONFIG_MMC_CLKGATE=y
CONFIG_MMC_BLOCK_MINORS=32
CONFIG_MMC_BLOCK_DEFERRED_RESUME=y
CONFIG_MMC_TEST=y
+1 −0
Original line number Diff line number Diff line
@@ -399,6 +399,7 @@ CONFIG_USB_CONFIGFS_F_CCID=y
CONFIG_USB_CONFIGFS_F_GSI=y
CONFIG_USB_CONFIGFS_F_QDSS=y
CONFIG_MMC=y
CONFIG_MMC_CLKGATE=y
CONFIG_MMC_BLOCK_MINORS=32
CONFIG_MMC_BLOCK_DEFERRED_RESUME=y
CONFIG_MMC_TEST=y