diff options
author | Andy Gross <andy.gross@linaro.org> | 2017-01-02 23:35:05 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-01-10 06:10:13 +0300 |
commit | ff90e93867b2841badd33a419d86be0c08c538ca (patch) | |
tree | 0733f45f93dcf1f9d63f92d9b5bbaead54aec42f /arch/arm/configs/multi_v7_defconfig | |
parent | a121103c922847ba5010819a3f250f1f7fc84ab8 (diff) | |
download | linux-ff90e93867b2841badd33a419d86be0c08c538ca.tar.xz |
ARM: multi_v7_defconfig: enable Qualcomm RPMCC
This patch enables the Qualcomm RPM based Clock Controller present on
A-family boards.
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/configs/multi_v7_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index b01a43851294..4ff677945d1a 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -824,6 +824,7 @@ CONFIG_QCOM_SMSM=y CONFIG_QCOM_WCNSS_CTRL=m CONFIG_ROCKCHIP_PM_DOMAINS=y CONFIG_COMMON_CLK_QCOM=y +CONFIG_QCOM_CLK_RPM=y CONFIG_CHROME_PLATFORMS=y CONFIG_STAGING_BOARD=y CONFIG_CROS_EC_CHARDEV=m |