Merge "defconfig: sdxprairie: enable RPMh driver API"

This commit is contained in:
qctecmdr Service 2018-08-24 23:32:36 -07:00 committed by Gerrit - the friendly Code Review server
commit 272c4347d9
3 changed files with 3 additions and 0 deletions

View File

@ -274,6 +274,7 @@ CONFIG_IOMMU_DEBUG_TRACKING=y
CONFIG_IOMMU_TESTS=y
CONFIG_QCOM_QMI_HELPERS=y
CONFIG_QCOM_SMEM=y
CONFIG_QTI_RPMH_API=y
CONFIG_PWM=y
CONFIG_ANDROID=y
CONFIG_EXT3_FS=y

View File

@ -265,6 +265,7 @@ CONFIG_IOMMU_TESTS=y
CONFIG_QCOM_QMI_HELPERS=y
CONFIG_QCOM_SMEM=y
CONFIG_MSM_BOOT_STATS=y
CONFIG_QTI_RPMH_API=y
CONFIG_PWM=y
CONFIG_ANDROID=y
CONFIG_STM=y

View File

@ -30,6 +30,7 @@
#include <linux/platform_device.h>
#include <linux/spinlock.h>
#include <asm/arch_timer.h>
#include <asm-generic/io.h>
#include <soc/qcom/tcs.h>