diff options
author | Bhushan Shah <bshah@kde.org> | 2017-06-15 11:45:21 +0530 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2017-06-23 13:29:39 -0500 |
commit | 7f794788dbf9e1a9ca9a5c1cc0a90642f3b4e4ce (patch) | |
tree | 3961456e878c58e6a313480ab9ef15515ea96cd9 | |
parent | 0a932693c95ed5ed22506f09af084d8d3c299393 (diff) | |
download | linux-stable-7f794788dbf9e1a9ca9a5c1cc0a90642f3b4e4ce.tar.gz linux-stable-7f794788dbf9e1a9ca9a5c1cc0a90642f3b4e4ce.tar.bz2 linux-stable-7f794788dbf9e1a9ca9a5c1cc0a90642f3b4e4ce.zip |
ARM: qcom_defconfig: enable RPMSG_QCOM_SMD
As of commit 5052de8deff56, QCOM_SMD_RPM and various other config
options enabled in the qcom_defconfig depends on the RPMSG. If
QCOM_SMD_RPM config option is not selected it disables the
REGULATOR_QCOM_SMD_RPM and other essential config options.
Signed-off-by: Bhushan Shah <bshah@kde.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
-rw-r--r-- | arch/arm/configs/qcom_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index 33f248058284..cd7b9f02899b 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -174,6 +174,7 @@ CONFIG_LEDS_GPIO=y CONFIG_LEDS_PM8058=y CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y +CONFIG_RPMSG_QCOM_SMD=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_PM8XXX=y CONFIG_DMADEVICES=y |